Re: pg_dump problems against 7.0 - Mailing list pgsql-patches

From Tom Lane
Subject Re: pg_dump problems against 7.0
Date
Msg-id 2193.1066657272@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump problems against 7.0  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: pg_dump problems against 7.0  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-patches
Christopher Kings-Lynne <chriskl@familyhealth.com.au> 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

pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: pg_dump problems against 7.0
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: pg_dump problems against 7.0