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