// Client-implemented interfaces #pragma prefix "" module PostgreSQL { // Upcall object interface Upcall { void notice(in string message); void abort(); }; };