Deprecate the use of => as an operator name.
authorRobert Haas <[email protected]>
Tue, 22 Jun 2010 11:36:28 +0000 (11:36 +0000)
committerRobert Haas <[email protected]>
Tue, 22 Jun 2010 11:36:28 +0000 (11:36 +0000)
commit263ac11379cca4306bd938977a90400f9cc7cb98
tree4f2bed845a84a05a993a043bf097ad345c6a384f
parent855d440a2f910d690deccfd5f81aaf6b190f16a8
Deprecate the use of => as an operator name.

In HEAD, emit a warning when an operator named => is defined.
In both HEAD and the backbranches (except in 8.2, where contrib
modules do not have documentation), document that hstore's text =>
text operator may be removed in a future release, and encourage the
use of the hstore(text, text) function instead.  This function only
exists in HEAD (previously, it was called tconvert), so backpatch
it back to 8.2, when hstore was added.  Per discussion.
contrib/hstore/hstore.sql.in
contrib/hstore/uninstall_hstore.sql
doc/src/sgml/hstore.sgml