Just another question - Mailing list pgsql-hackers

From Michael Meskes
Subject Just another question
Date
Msg-id 199804230733.JAA30169@gauss.topsystem.de
Whole thread Raw
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] parser problem
Next
From: "Jose' Soares Da Silva"
Date:
Subject: pginterface compiling