Re: pg_dump problems against 7.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_dump problems against 7.0
Date: 2003-10-20 13:41:12
Message-ID: 2193.1066657272@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-10-21 00:47:29 Re: pg_dump problems against 7.0
Previous Message Christopher Kings-Lynne 2003-10-20 08:28:15 pg_dump problems against 7.0