]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix examples of # operators so they actually work.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Sep 2016 18:22:07 +0000 (14:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Sep 2016 18:22:17 +0000 (14:22 -0400)
commit0a2b2ea5654a782e572f70dd81f2de80c0ca6bc6
treec049bda2f6b04c4dba4fe8942e71ff1562773ca8
parent96e16d73918f57ba8dd45d7708092d6220263bfc
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>
doc/src/sgml/func.sgml