Inaccurate comment for information_schema.triggered_update_columns

Started by Josh Kupershmidtover 15 years ago2 messagesdocs
Jump to latest
#1Josh Kupershmidt
schmiddy@gmail.com

Hi,

It looks like this commit:
<http://archives.postgresql.org/pgsql-committers/2009-12/msg00313.php&gt;
implemented a working version of
information_schema.triggered_update_columns, but left in the comment
stating:

-- PostgreSQL doesn't allow the specification of individual triggered
-- update columns, so this view is empty.

I think this comment should be removed, as it's no longer accurate.
Patch attached.

Josh

Attachments:

triggered_update_columns_comment.patchapplication/octet-stream; name=triggered_update_columns_comment.patchDownload+0-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Josh Kupershmidt (#1)
Re: Inaccurate comment for information_schema.triggered_update_columns

Josh Kupershmidt <schmiddy@gmail.com> writes:

It looks like this commit:
<http://archives.postgresql.org/pgsql-committers/2009-12/msg00313.php&gt;
implemented a working version of
information_schema.triggered_update_columns, but left in the comment
stating:

-- PostgreSQL doesn't allow the specification of individual triggered
-- update columns, so this view is empty.

I think this comment should be removed, as it's no longer accurate.
Patch attached.

Applied, thanks.

regards, tom lane