]> granicus.if.org Git - postgresql/commit
Deprecate the use of => as an operator name.
authorRobert Haas <rhaas@postgresql.org>
Tue, 22 Jun 2010 11:36:16 +0000 (11:36 +0000)
committerRobert Haas <rhaas@postgresql.org>
Tue, 22 Jun 2010 11:36:16 +0000 (11:36 +0000)
commitf974212320960452950921d68c6fea275c2257da
treec596be9ea814d410a22bc028fb8985229c1c0dc6
parent9b2c14cf115452fa595fa01c7943f4e532b8c86c
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.
doc/src/sgml/hstore.sgml
doc/src/sgml/ref/create_operator.sgml
src/backend/commands/operatorcmds.c