A possbile typo in src/bin/pg_dump.c

Поиск
Список
Период
Сортировка
От Amit Langote
Тема A possbile typo in src/bin/pg_dump.c
Дата
Msg-id 047d01d00872$f3beb500$db3c1f00$@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: A possbile typo in src/bin/pg_dump.c  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Hi,

I found in pg_dump.c what I believe to be a typo.

-                * relationships are set up by doing ALTER INHERIT rather than
using
+                * relationships are set up by doing ALTER TABLE INHERIT
rather than using

Attached fixes this if appropriate to do so.

Thanks,
Amit

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: no test programs in contrib
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes