Commit 8a0deae8 authored by Michael Paquier's avatar Michael Paquier

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
parent 9d6e1ec5
...@@ -307,6 +307,7 @@ describeTablespaces(const char *pattern, bool verbose) ...@@ -307,6 +307,7 @@ describeTablespaces(const char *pattern, bool verbose)
* *
* a for aggregates * a for aggregates
* n for normal * n for normal
* p for procedure
* t for trigger * t for trigger
* w for window * w for window
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment