// Internal interfaces

#include "pgsql.idl"

module PostgreSQL {
	interface QueryResult : CosQueryCollection::Collection, Expirable {};
};