]> 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:13 +0000 (14:22 -0400)
commit94e4cac251927e3ce1f66b3d96a03f1f7c3ba3e7
tree6eaffcea4d150b7b49b487adf32754bcbbe13de3
parent7e02476f337990e68c80b7a1395dcc6af111c034
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