Re: Indexed constraint comments not working

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Indexed constraint comments not working
Дата
Msg-id CAA-aLv586_38qsWhYUyBRfO3XfUXC=QQo+N5UNBymj+-ZmeFRQ@mail.gmail.com
обсуждение исходный текст
Ответ на Indexed constraint comments not working  (Thom Brown <thom@linux.com>)
Список pgadmin-hackers
On 26 May 2013 18:20, Thom Brown <thom@linux.com> wrote:
> Hi all,
>
> Comments on indexed constraints (primary keys, exclusion constraints
> etc.) are failing due to referencing the wrong alias of the relevant
> pg_description join in the join clause.
>
> Test case:
>
> CREATE TABLE test (id int);
>
> ALTER TABLE test
> ADD CONSTRAINT cnt_x_test
> EXCLUDE USING btree (id WITH =);
>
> COMMENT ON CONSTRAINT cnt_x_test ON
> COMMENT ON CONSTRAINT cnt_x_test
>   ON test IS 'Hello';

Paste fail.  Please ignore the first "COMMENT ON..." line.

--
Thom


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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Indexed constraint comments not working
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Fix comments on constraints