pgsql: Make clearer warning about using 'now' with DEFAULT: SELECT

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make clearer warning about using 'now' with DEFAULT: SELECT
Date: 2005-02-11 04:31:56
Message-ID: 20050211043156.B37B78B9DFF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make clearer warning about using 'now' with DEFAULT:

SELECT CURRENT_TIMESTAMP;
SELECT now();
SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.237 -> r1.238)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.237&r2=1.238)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-02-11 04:53:51 pgsql: Update to Russian FAQ, HEAD and 8.0.X.
Previous Message Bruce Momjian 2005-02-11 04:19:18 pgsql: Mention that some psql environment variables come from libpq and