mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
7 lines
140 B
Text
7 lines
140 B
Text
// Internal interfaces
|
|
|
|
#include "pgsql.idl"
|
|
|
|
module PostgreSQL {
|
|
interface QueryResult : CosQueryCollection::Collection, Expirable {};
|
|
};
|