>>>>> "Andrew" == Andrew Gierth <[email protected]> writes:
Andrew> - many new functions and operators:
Andrew> hstore = hstore returns hstore (equality)
Andrew> hstore <> hstore returns hstore (inequality)
Of course those should be
hstore = hstore returns boolean (equality)
hstore <> hstore returns boolean (inequality)
(they are correct in the code)
--
Andrew.
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers