pgsql: psql: Clean up terminology in \dAp command

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Clean up terminology in \dAp command
Date: 2020-06-04 20:11:58
Message-ID: E1jgwDW-00020z-9Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5067049cde38cd0d6333a5e3bf1bed8d99e6f44

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 2 +-
src/bin/psql/command.c | 2 +-
src/bin/psql/describe.c | 10 +++++-----
src/bin/psql/describe.h | 4 ++--
src/bin/psql/help.c | 2 +-
src/test/regress/expected/psql.out | 8 ++++----
6 files changed, 14 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-06-04 20:42:42 pgsql: Reject "23:59:60.nnn" in datetime input.
Previous Message Michael Paquier 2020-06-04 04:09:31 pgsql: Fix comment in be-secure-openssl.c