Thread: pgsql-server/src/backend/parser gram.y

pgsql-server/src/backend/parser gram.y

From
tgl@postgresql.org (Tom Lane)
Date:
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).