Re: PostgreSQL vs SQL Standard - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: PostgreSQL vs SQL Standard
Date
Msg-id 87y3fmuach.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: PostgreSQL vs SQL Standard  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
>>>>> "Andrew" == Andrew Gierth <andrew@tao11.riddles.org.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)


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: PostgreSQL vs SQL Standard
Next
From: David Rowley
Date:
Subject: Re: why partition pruning doesn't work?