comment on operator / schema

Started by Rod Taylorabout 24 years ago2 messagespatches
Jump to latest
#1Rod Taylor
rbt@rbt.ca

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.

Attachments:

comment.patchtext/x-patch; charset=us-asciiDownload+71-25
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rod Taylor (#1)
Re: comment on operator / schema

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