1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Updating and addign files...

This commit is contained in:
Marc G. Fournier
1998-11-19 02:39:51 +00:00
parent fd0366e1b5
commit 056ba12881
3 changed files with 162 additions and 79 deletions

7
src/corba/pgsql_int.idl Normal file
View File

@ -0,0 +1,7 @@
// Internal interfaces
#include "pgsql.idl"
module PostgreSQL {
interface QueryResult : CosQueryCollection::Collection, Expirable {};
};