pgsql: Add comment that attributes.is_nullable was removed from SQL sta

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment that attributes.is_nullable was removed from SQL sta
Date: 2011-06-14 20:30:47
Message-ID: E1QWaG7-0006Ks-LH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comment that attributes.is_nullable was removed from SQL standard

We don't have to remove the column if no one is bothered, but it's
useful to comment on it in case someone looks for it in newer
standards versions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/efb224a4392326fd6ae3eabdc170a246978d3f09

Modified Files
--------------
src/backend/catalog/information_schema.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-06-14 20:41:41 pgsql: Fix assorted issues with build and install paths containing spac
Previous Message Bruce Momjian 2011-06-14 19:00:53 Re: pgsql: In pg_upgrade, check there are no prepared transactions.