Hello

2008/8/22 Teodor Sigaev <[EMAIL PROTECTED]>:
>>> How about we poll -general and see what people say? I'll bet Tom a  beer
>>> that no one replies saying they've created a => operator (unless  maybe
>>> PostGIS uses it).
>
> Hstore uses it:
>   * text => text - creates hstore type from two text strings
>
> select 'a'=>'b';
>  ?column?
> ----------
>  "a"=>"b"
>
>

we should to have flag (or names are in pg_proc already), when
function allows named params -etc lot of system functions doesn't
named params. So everywhere where function hasn't defined names, then
=> symbol should by transformed to => operator.

???
Pavel

Pavel

> --
> Teodor Sigaev                                   E-mail: [EMAIL PROTECTED]
>                                                   WWW: http://www.sigaev.ru/
>

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to