Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > res = PQexec(g_conn, > ! "SELECT oid from pg_database where datname = 'template1'");
> res = PQexec(g_conn,
> ! "SELECT oid FROM pg_class ORDER BY oid DESC LIMIT 1");
Won't that result in *everything* being considered a system table?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
