| From: | Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: PostgreSQL vs SQL Standard |
| Date: | 2018-06-10 11:53:58 |
| Message-ID: | 87y3fmuach.fsf@news-spur.riddles.org.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>>>>> "Andrew" == Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> writes:
Andrew> I beat at the grammar a bit to see what it would take to fix it
Andrew> at least to the extent of allowing a_expr ColId in a select
Andrew> list after removing postfix ops. It looked like it was doable
Andrew> by making these keywords more reserved (all of which are
Andrew> already reserved words per spec):
Andrew> DOUBLE, DAY, FILTER, HOUR, MINUTE, MONTH, OVER, PRECISION, SECOND,
Andrew> VARYING, WITHIN, WITHOUT, YEAR
oops, also NATIONAL
--
Andrew (irc:RhodiumToad)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2018-06-10 13:11:33 | Re: why partition pruning doesn't work? |
| Previous Message | Andrew Gierth | 2018-06-10 11:49:09 | Re: PostgreSQL vs SQL Standard |