pgsql: Correct psql documentation example - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Correct psql documentation example
Date
Msg-id E1cBj0O-0004XW-1p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct psql documentation example

An example in the psql documentation had an incorrect field name from
what the command actually produced.

Pointed out by Fabien COELHO

Back-patch to 9.6 where the example was added.

Discussion: https://postgr.es/m/alpine.DEB.2.20.1611291349400.19314@lancre

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/40eb468a1b2678475b648617bf5fc428739eb807

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix estimate_expression_value to constant-fold SQLValueFunction
Next
From: Stephen Frost
Date:
Subject: pgsql: Correct psql documentation example