mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
// Internal interfaces
|
|
|
|
#include "pgsql.idl"
|
|
|
|
module PostgreSQL {
|
|
interface QueryResult : CosQueryCollection::Collection, Expirable {};
|
|
};
|