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

From Thomas Lockhart
Subject pgsql/src/backend/parser gram.y
Date
Msg-id 200105010136.f411aAg22185@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    thomas@hub.org    01/04/30 21:36:10

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

Log message:
    Allow a string argument to the EXTRACT() function.
    This is an extension to the SQL9x standard, but is consistant with usage
    of the underlying date_part() function used to implement it.
    Example: EXTRACT('YEAR',...)
    No impact on regression tests.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql/src/pl/plpgsql/src pl_exec.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/interfaces/ecpg/preproc preproc.y