Allow a string argument to the EXTRACT() function.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 1 May 2001 01:36:10 +0000 (01:36 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 1 May 2001 01:36:10 +0000 (01:36 +0000)
commita1b427c87b67cb61bf5cb32ccf46bfc36292466e
tree5df393c63418236254df48e12cceaa2199b4355b
parentd8a57b08c115430abc751362cb7305b3b71c7dce
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.
src/backend/parser/gram.y