Обсуждение: pgsql-server/src/backend/parser gram.y

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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).