Re: functional call named notation clashes with SQL feature - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: functional call named notation clashes with SQL feature
Date
Msg-id 4BFFF338.9090902@dunslane.net
Whole thread Raw
In response to Re: functional call named notation clashes with SQL feature  (Bruce Momjian <bruce@momjian.us>)
Responses Re: functional call named notation clashes with SQL feature
List pgsql-hackers

Bruce Momjian wrote:
> Josh Berkus wrote:
>   
>> Since former SQL Server / Sybase apps are the most likely to use named 
>> parameter notation in PostgreSQL, having a syntax which could be ported 
>> using only "sed" would be nice.
>>
>> Relevant to the whole discussion, though ... is the conflicting SQL 
>> standard syntax something we're every likely to implement?
>>     
>
> Not sure, but I assume people could be using the AS syntax in other
> databases (for the inheritance usage) and then trying to use it in our
> database.
>
>   

Yeah. Whether or not we ever implement it really doesn't matter, IMO. We 
should not be in the business of taking an SQL standard piece of syntax 
and using it for some other purpose.

cheers

andrew


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: functional call named notation clashes with SQL feature
Next
From: alvherre
Date:
Subject: Re: How to pass around collation information