1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

psql: Use more consistent capitalization of some output headings

This commit is contained in:
Peter Eisentraut
2017-06-13 14:38:35 -04:00
parent 651902deb1
commit 272171279f
6 changed files with 143 additions and 143 deletions

View File

@ -44,7 +44,7 @@ DROP FUNCTION plperl_to_hstore(val internal);
CREATE EXTENSION hstore_plperl;
\dx+ hstore_plperl
Objects in extension "hstore_plperl"
Object Description
Object description
--------------------------------------
function hstore_to_plperl(internal)
function plperl_to_hstore(internal)
@ -54,7 +54,7 @@ CREATE EXTENSION hstore_plperl;
ALTER EXTENSION hstore_plperl DROP TRANSFORM FOR hstore LANGUAGE plperl;
\dx+ hstore_plperl
Objects in extension "hstore_plperl"
Object Description
Object description
-------------------------------------
function hstore_to_plperl(internal)
function plperl_to_hstore(internal)
@ -63,7 +63,7 @@ Objects in extension "hstore_plperl"
ALTER EXTENSION hstore_plperl ADD TRANSFORM FOR hstore LANGUAGE plperl;
\dx+ hstore_plperl
Objects in extension "hstore_plperl"
Object Description
Object description
--------------------------------------
function hstore_to_plperl(internal)
function plperl_to_hstore(internal)