Re: Bug: psql misquotes constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug: psql misquotes constraints
Дата
Msg-id 3375.1089597588@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug: psql misquotes constraints  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Bug: psql misquotes constraints
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> It should be done, otherwise you cannot copy and paste foreign key 
> creation code from the psql output :)

Since when was that a design goal for psql's \d output?  We had better
revert the entire pretty-printing patch if you expect this sort of thing
to work reliably.  I thought the point of \d formatting was to be
readable, not to be technically the exact same SQL you'd need to enter.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Removing initlocation
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: patch for allowing multiple -t options to pg_dump