pgsql: doc: Fix example output for format() - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix example output for format()
Date
Msg-id E1x9LsK-00000000ukT-2pHZ@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc:  Fix example output for format()

The example output for format() didn't show the actual output
generated for the example query.  Backpatch to all supported
branches.

Author: shihao zhong <zhong950419@gmail.com>
Reported-by: y.saburov@gmail.com
Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Discussion: https://postgr.es/m/178979714249.1241.1230833804069549466@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/851a5869cd27bee61e08c277f22bc47b033aaaef

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix example output for format()
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect block accounting in TID Range Scans