Re: Indexed constraint comments not working

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Indexed constraint comments not working
Дата
Msg-id CA+OCxoxk-2Qx-odEmeTZPz=h6-73RJNZTCxUZ8addHebjV-iKg@mail.gmail.com
обсуждение исходный текст
Ответ на Indexed constraint comments not working  (Thom Brown <thom@linux.com>)
Список pgadmin-hackers
Thanks - patch applied.

On Sun, May 26, 2013 at 10:20 PM, 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';
>
> Viewing the property list of the constraint, the SQL pane and the
> constraint editor dialogue doesn't show the comment.
>
> Fix attached.
>
> --
> Thom
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Fix comments on constraints
Следующее
От: Neel Patel
Дата:
Сообщение: Materialized View Patch File