Doc: fix examples of # operators so they actually work.
authorTom Lane
Fri, 23 Sep 2016 18:22:07 +0000 (14:22 -0400)
committerTom Lane
Fri, 23 Sep 2016 18:22:21 +0000 (14:22 -0400)
commit2cb1215be6205bbdd4f8ad9e43dcbcdbebedb686
tree75d60beb46cef0ed9a6c458b64ba4a5c5ea2029e
parent912ea194501a92adcd6defc7d24a3c263a82a58b
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[email protected]>
doc/src/sgml/func.sgml