Thread: pgsql-server/src/backend/parser Tag: REL7_3_ST ...

pgsql-server/src/backend/parser Tag: REL7_3_ST ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/05 15:16:55

Modified files:
    src/backend/parser: Tag: REL7_3_STABLE 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).