Re: [HACKERS] Just another question
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Michael Meskes <meskes@topsystem.de>
Cc: PostgreSQL Hacker <pgsql-hackers@postgresql.org>
Date: 1998-04-23T12:06:51Z
Lists: pgsql-hackers
> 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