Re: pgsql-server/src/bin/psql describe.c

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql-server/src/bin/psql describe.c
Дата
Msg-id 3F8F4733.2080700@familyhealth.com.au
обсуждение исходный текст
Ответ на pgsql-server/src/bin/psql describe.c  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql-server/src/bin/psql describe.c
Список pgsql-committers
> Log message:
>     Use pg_get_constraintdef() rather than pg_constraint.consrc; this is
>     a portion of a patch recently submitted by Christopher Kings-Lynne.
>     Applied by agreement that this is a bug fix.

You have actually technically done more than just fix the bug.  Because
you are passing in 'true' as the second parameter to
pg_get_constraintdef, you've enabled the 'pretty print' option...  I'm
not sure it's that big a thing though...

Chris



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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/ oc/src/sgml/perform.sgml oc/src/ ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server/src/bin/psql describe.c