MODULEPostgreSQLDBStub EXPORTSPostgreSQLDB ;
This is a stub
that gets compiled in instead of the real db interface if
the requisit system library is not declared in the cm3.cfg file. See the
m3makefile for the library names.
IMPORT DB; PROCEDUREGetInterface (): DB.Interface = BEGIN RETURN NIL; END GetInterface; BEGIN END PostgreSQLDBStub.