pgsql-server/src/backend/parser gram.y - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/parser gram.y
Date
Msg-id 20030205201644.7CBF7475D3F@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/05 15:16:44

Modified files:
    src/backend/parser: gram.y

Log message:
    Allow qualified type names in CREATE CAST, DROP CAST.  Also allow the
    construction 'SETOF type[]' which for some reason was previously
    overlooked (you'd have to name the array type directly to make it work).


pgsql-committers by date:

Previous
From: barry@postgresql.org (Barry Lind)
Date:
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/parser Tag: REL7_3_ST ...