]> granicus.if.org Git - postgresql/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:29 +0000 (14:22 -0400)
commitded7c558d07b13874e1be165d21c290732e62a21
treee75b69e19b4f80a7599b3d58dc3a06a7540f3a47
parent53b29d986468a9eac6fcc8fddfce4da209b4f6a2
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