Re: pg_dump is broken in CVS tip

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump is broken in CVS tip
Дата
Msg-id 11460.1018652373@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump is broken in CVS tip  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_dump is broken in CVS tip  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-hackers
I said:
> This will generate the problem:

>     create table t1 (f1 int primary key);

>     create table t2 (f1 int references t1);

Actually, I find that I get the double declaration of t1_pkey even
without t2.  Either we're not using quite the same sources, or the
problem is platform-dependent.  I can dig into it if you cannot
reproduce it ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: numeric/decimal docs bug?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: numeric/decimal docs bug?