Re: Bug: psql misquotes constraints

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Bug: psql misquotes constraints
Дата
Msg-id 1089596421.58812.21.camel@jester
обсуждение исходный текст
Ответ на Re: Bug: psql misquotes constraints  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
On Sun, 2004-07-11 at 21:34, Christopher Kings-Lynne wrote:
> > I'm not sure what Christopher mentioned is the correct fix. The
> > information is displayed correctly in all places except where a
> > pg_get_.* function is used (indexes, constraints, etc.).
> 
> The name of the constraint (ie. the "$1" bit) is done by psql, the rest 
> comes from the pg_get_function.

I didn't even notice the  "$1" bit.
       btree ("""vers""ion""")

I was hoping the above would be:
btree ("vers"ion")




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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Is the time zone comment in postgresql.conf still valid?
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Bug: psql misquotes constraints