pgsql: Doc: fix a couple of erroneous examples. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix a couple of erroneous examples.
Date
Msg-id E1nwPVo-002CaE-G6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix a couple of erroneous examples.

The example given for anyelement <@ anymultirange didn't return
true as claimed; adjust it so it does.

In passing, change a couple of sample results where the modern
numeric-based logic produces a different number of trailing zeroes
than before.

Erik Rijkers

Discussion: https://postgr.es/m/cc35735d-1ec1-5bb3-9e27-cddbab7afa23@xs4all.nl

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/80cd99c55802d4e4517049dea341ccb356cfa3ba

Modified Files
--------------
doc/src/sgml/func.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: mention limitation of the number of resultset columns
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pl/perl test case so it will still work under Perl 5.36.