psql: Clean up terminology in \dAp command

Peter Eisentraut <peter@eisentraut.org>

Commit: f5067049cde38cd0d6333a5e3bf1bed8d99e6f44
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-06-04T20:09:41Z
Releases: 13.0
psql: Clean up terminology in \dAp command

The preferred terminology has been support "function", not procedure,
for some time, so change that over.  The command stays \dAp, since
\dAf is already something else.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +1 −1
src/bin/psql/command.c modified +1 −1
src/bin/psql/describe.c modified +5 −5
src/bin/psql/describe.h modified +2 −2
src/bin/psql/help.c modified +1 −1
src/test/regress/expected/psql.out modified +4 −4

Documentation touched