>>>>> "Andrew" == Andrew Gierth <and...@tao11.riddles.org.uk> 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 (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to