Inaccurate comment for information_schema.triggered_update_columns

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Inaccurate comment for information_schema.triggered_update_columns
Date: 2010-10-18 23:56:29
Message-ID: AANLkTind3LGbkXU-MrSmow=aScY4C2Zs=sXyK6VfqXLh@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

It looks like this commit:
<http://archives.postgresql.org/pgsql-committers/2009-12/msg00313.php>
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

Attachment Content-Type Size
triggered_update_columns_comment.patch application/octet-stream 597 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2010-10-20 21:07:29 Re: Inaccurate comment for information_schema.triggered_update_columns
Previous Message Robert Haas 2010-10-18 20:34:13 Re: Documenting removal of nonnullvalue() and friends