pgsql: Add: > > o Allow row and record variables to be set to NULL

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > o Allow row and record variables to be set to NULL
Date: 2007-02-17 01:35:41
Message-ID: 20070217013541.2A1029FB3A8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:
>
> o Allow row and record variables to be set to NULL constants,
> and allow NULL tests on such variables
>
> Because a row is not scalar, do not allow assignment
> from NULL-valued scalars.

Modified Files:
--------------
pgsql/doc:
TODO (r1.2095 -> r1.2096)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2095&r2=1.2096)
pgsql/doc/src/FAQ:
TODO.html (r1.596 -> r1.597)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.596&r2=1.597)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-17 01:51:42 pgsql: Cleanup of to_char() patch.
Previous Message Bruce Momjian 2007-02-17 01:26:24 pgsql: Remove installation mention that integer timestamps is less