psql: Clean up terminology in \dAp command
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |