pgsql: Eliminate a gratuitously different wording of the 'cannot use - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Eliminate a gratuitously different wording of the 'cannot use
Date
Msg-id 20060621180953.72BF59FA65C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Eliminate a gratuitously different wording of the 'cannot use aggregate function in check constraint' error message.

Modified Files:
--------------
    pgsql/src/backend/commands:
        typecmds.c (r1.90 -> r1.91)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/typecmds.c.diff?r1=1.90&r2=1.91)

pgsql-committers by date:

Previous
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: - During dblink_open, if transaction state was IDLE, force cursor
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow aggregate functions in UPDATE commands (unless within a