Re: comment on operator / schema

Lists: pgsql-patches
From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: comment on operator / schema
Date: 2002-05-13 02:08:58
Message-ID: 20020513020858.GA56706@knight
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

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.

Attachment Content-Type Size
comment.patch text/x-patch 6.9 KB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: comment on operator / schema
Date: 2002-05-13 17:47:06
Message-ID: 11217.1021312026@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Rod Taylor <rbt(at)zort(dot)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