On Sat, Jun 9, 2018 at 8:37 PM, Andrew Gierth
wrote:
> I think I got all the issues I currently know of, but there may be
> more, and others may disagree with my classification of issues or the
> rationales for violating the spec. Any feedback?
Related to, but I think distinct from
"Trailing
On 2018-Jun-10, Andrew Gierth wrote:
> I created this wiki page:
>
> https://wiki.postgresql.org/wiki/PostgreSQL_vs_SQL_Standard
Great stuff.
May I suggest that it would be useful to have links to discussions
related to each point, where some exist?
--
Álvaro Herrerahttps://ww
On Sun, Jun 10, 2018 at 11:32 AM, Tom Lane wrote:
> Andrew Gierth writes:
>> I beat at the grammar a bit to see what it would take to fix it at least
>> to the extent of allowing a_expr ColId in a select list after removing
>> postfix ops. It looked like it was doable by making these keywords mor
Alvaro Herrera writes:
> On 2018-Jun-10, Tom Lane wrote:
>> (wanders away wondering exactly what parsing technology the SQL committee
>> thinks implementations use...)
> Umm, doesn't this come from our decision to make the AS optional there?
No, it was THEIR decision to make AS optional. I'd li
On 2018-Jun-10, Tom Lane wrote:
> (wanders away wondering exactly what parsing technology the SQL committee
> thinks implementations use...)
Umm, doesn't this come from our decision to make the AS optional there?
--
Álvaro Herrerahttps://www.2ndQuadrant.com/
PostgreSQL Developme
On Sun, Jun 10, 2018 at 11:32:56AM -0400, Tom Lane wrote:
> Andrew Gierth writes:
> > I beat at the grammar a bit to see what it would take to fix it at least
> > to the extent of allowing a_expr ColId in a select list after removing
> > postfix ops. It looked like it was doable by making these ke
Andrew Gierth writes:
> I beat at the grammar a bit to see what it would take to fix it at least
> to the extent of allowing a_expr ColId in a select list after removing
> postfix ops. It looked like it was doable by making these keywords more
> reserved (all of which are already reserved words pe
Andrew Gierth writes:
> Oh wow, I hadn't noticed that dropping a function referenced from a
> domain's default or constraint drops the whole domain rather than just
> removing the default or constraint the way it would with a table.
Ouch. Seems like possibly a bug ... shouldn't we make only that
> "Andrew" == Andrew Gierth 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 reser
> "Tom" == Tom Lane writes:
Tom> WRT 3.2 on select-list aliases, the postfix-operator issue is only
Tom> one of several reasons why we can't support that. There was some
Tom> more-detailed discussion about that awhile back,
I beat at the grammar a bit to see what it would take to fix it a
> "Tom" == Tom Lane writes:
>> I think I got all the issues I currently know of, but there may be
>> more, and others may disagree with my classification of issues or the
>> rationales for violating the spec. Any feedback?
Tom> WRT 1.1 ... I doubt that redefining DROP DOMAIN as you descr
Andrew Gierth writes:
> I created this wiki page:
> https://wiki.postgresql.org/wiki/PostgreSQL_vs_SQL_Standard
Good idea!
> I think I got all the issues I currently know of, but there may be
> more, and others may disagree with my classification of issues or the
> rationales for violating the s
I created this wiki page:
https://wiki.postgresql.org/wiki/PostgreSQL_vs_SQL_Standard
I'd been thinking of collecting this information for a while, but was
spurred into further action when someone referred me to Markus Winand's
PGCon talk slides.
I think I got all the issues I currently know of,
13 matches
Mail list logo