pgsql: Fix comment in psql's describe.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in psql's describe.c
Date: 2019-09-11 06:25:30
Message-ID: E1i7w4I-00021N-TC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in psql's describe.c

Procedures are supported since v11 and \dfp can be used since this
version, but it was not mentioned as a supported option in the
description of describeFunctions() which handles \df in psql.

Extracted from a larger patch.

Author: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.21.1908281618520.28828@lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a0deae8d9b6861265cf4ebf25a9e4385f4c7672

Modified Files
--------------
src/bin/psql/describe.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-11 13:16:21 pgsql: libpq docs: be clearer about conninfo's 'hostaddr'
Previous Message Michael Paquier 2019-09-11 02:09:12 pgsql: Expand properly list of TAP tests used for prove in vcregress.pl