mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 18:28:35 -04:00
7 lines
140 B
Text
7 lines
140 B
Text
// Internal interfaces
|
|
|
|
#include "pgsql.idl"
|
|
|
|
module PostgreSQL {
|
|
interface QueryResult : CosQueryCollection::Collection, Expirable {};
|
|
};
|