Deprecate the use of => as an operator name.

Robert Haas <rhaas@postgresql.org>

Commit: 8ce3f26fab743be87993ce9f688ac150a34d554c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-06-22T11:36:36Z
Releases: 8.3.12
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.

Files

PathChange+/−
contrib/hstore/hstore.sql.in modified +7 −1
contrib/hstore/uninstall_hstore.sql modified +2 −1
doc/src/sgml/hstore.sgml modified +17 −1