pgsql: doc: Fix example output for format()

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix example output for format()
Date: 2026-09-23 12:14:12
Message-ID: E1x9LrY-00000000uh9-06Xj@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Reported-by: y(dot)saburov(at)gmail(dot)com
Reviewed-by: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Discussion: https://postgr.es/m/178979714249.1241.1230833804069549466@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d061147527349692399117ef695dfcb6a913faeb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-09-23 12:14:42 pgsql: doc: Fix example output for format()
Previous Message Daniel Gustafsson 2026-09-23 12:13:54 pgsql: doc: Fix example output for format()