Re: pg_dump problems against 7.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump problems against 7.0
Дата
Msg-id 2193.1066657272@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump problems against 7.0  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: pg_dump problems against 7.0  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: pg_dump problems against 7.0
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: pg_dump problems against 7.0