pgsql/src/backend/parser gram.y

From: Thomas Lockhart <thomas(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser gram.y
Date: 2001-05-01 01:36:10
Message-ID: 200105010136.f411aAg22185@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: thomas(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-05-01 02:33:55 pgsql/src/interfaces/ecpg/preproc preproc.y
Previous Message Tom Lane 2001-05-01 01:23:08 Re: pgsql/src/pl/plpgsql/src pl_exec.c