pgsql: Doc: fix examples of # operators so they actually work. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix examples of # operators so they actually work.
Date
Msg-id E1bnV7b-0003uw-CD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix examples of # operators so they actually work.

These worked as-is until around 7.0, but fail in newer versions because
there are more operators named "#".  Besides it's a bit inconsistent that
only two of the examples on this page lack type names on their constants.

Report: <20160923081530.1517.75670@wrigleys.postgresql.org>

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f83b72ea4a4a6d02e7d2b26a26973439b741172a

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix examples of # operators so they actually work.
Next
From: Tom Lane
Date:
Subject: pgsql: Install TAP test infrastructure so it's available for extension