Thread: Just another question

Just another question

From
Michael Meskes
Date:
I just noticed that there is an operator '=:'. What is it used for?

At the moment I have disabled ':' a_expr in the parser since it's not
distinguishable from a variable. The same problem appears with this
operator. But it can be worked around by using '= :<var>' instead of
'=:<var>'. On the other hand I wonder whether this operator is still needed
when ':' is not allowed in a_expr, b_expr, ...

Michael
--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

Re: [HACKERS] Just another question

From
"Thomas G. Lockhart"
Date:
> I just noticed that there is an operator '=:'. What is it used for?

tgl=> select * from pg_operator where oprname = '=:';
...
(0 rows)

?? I don't see it here.

                      - Tom