Date-time extraneous fields with reserved keywords - Mailing list pgsql-hackers

From Joseph Koshakow
Subject Date-time extraneous fields with reserved keywords
Date
Msg-id CAAvxfHdm8wwXwG_FFRaJ1nTHiMWb7YXS2YKCzCt8Q0a2ZoMcHg@mail.gmail.com
Whole thread Raw
Responses Re: Date-time extraneous fields with reserved keywords  (Keisuke Kuroda <kuroda.keisuke@nttcom.co.jp>)
List pgsql-hackers
Hi all,

Attached is a patch to fix another parsing error for date-time types
that allow extraneous fields with certain reserved keywords. For
example both `date '1995-08-06 epoch'` and `date 'today epoch'` were
considered valid dates that both resolve to 1970-01-01.

- Joe Koshakow

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: static assert cleanup
Next
From: Peter Smith
Date:
Subject: Re: PGDOCS - Logical replication GUCs - added some xrefs