Thread: pgsql/src/backend/parser parse_target.c

pgsql/src/backend/parser parse_target.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/08 17:48:51

Modified files:
    src/backend/parser: parse_target.c

Log message:
    Another go-round with FigureColname, to produce less surprising results
    for nested typecasts.  It now produces a column header of 'timestamptz'
    for 'SELECT CURRENT_TIMESTAMP', rather than 'text' as it was doing for
    awhile there.