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