Обсуждение: comment on operator / schema

Поиск
Список
Период
Сортировка

comment on operator / schema

От
Rod Taylor
Дата:
Changed operator comments to use pg_operator for the classid.

Changed psql to coalesce(operator comment, procedure comment) for
display of the Description field during \do


Created a comment on schema command.

Вложения

Re: comment on operator / schema

От
Tom Lane
Дата:
Rod Taylor <rbt@zort.ca> writes:
> Changed operator comments to use pg_operator for the classid.
> Changed psql to coalesce(operator comment, procedure comment) for
> display of the Description field during \do
> Created a comment on schema command.

Reviewed and applied.  For future reference, you missed out updating
pg_dump and the documentation; also psql's \dd command needed changes.

            regards, tom lane