Re: updated hstore patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: updated hstore patch
Date
Msg-id 29290.1253582333@sss.pgh.pa.us
Whole thread Raw
In response to Re: updated hstore patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> Is delete('...'::hstore,'foo') guaranteed to resolve to the same
> function as delete('...'::hstore,$1) where $1 has no type specified?

Yup.  They're both UNKNOWN.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: updated hstore patch
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] pgbench: new feature allowing to launch shell commands