RE: [HACKERS] Just another question

Michael Meskes <meskes@topsystem.de>

From: "Meskes, Michael" <meskes@topsystem.de>
To: "'Thomas G. Lockhart'" <lockhart@alumni.caltech.edu>, Michael Meskes <meskes@topsystem.de>
Cc: PostgreSQL Hacker <pgsql-hackers@postgresql.org>
Date: 1998-04-23T12:14:12Z
Lists: pgsql-hackers
But scan.l returns Op.

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

> -----Original Message-----
> From:	Thomas G. Lockhart [SMTP:lockhart@alumni.caltech.edu]
> Sent:	Thursday, April 23, 1998 2:07 PM
> To:	Michael Meskes
> Cc:	PostgreSQL Hacker
> Subject:	Re: [HACKERS] Just another question
> 
> > 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