Re: hstore ==> and deprecate =>
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David E. Wheeler" <david@kineticode.com>
Cc: Florian Pflug <fgp@phlo.org>, Robert Haas <robertmhaas@gmail.com>, Andrew Gierth <andrew@tao11.riddles.org.uk>, Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org, Michael Glaesemann <grzm@seespotcode.net>, Merlin Moncure <mmoncure@gmail.com>
Date: 2010-06-21T17:49:57Z
Lists: pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes: > So, frankly, I'm coming back to what Florian has suggested here. What about calling it slice? > hstore = slice(hstore, text[]); +1, particularly seeing that our solution for the other two cases also comes down to "use the function instead". regards, tom lane