]> 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:25 +0000 (14:22 -0400)
commit444183934955275c21f37625ea72fc6e6a222d21
tree47e9f3f276702510f4f6acd1b04a0586b67d8961
parentf39bb487da8da057386180601d4d93d67cd15421
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