pgsql: Make \? help message more clear when not connected. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Make \? help message more clear when not connected.
Date
Msg-id E1TvD3h-00005i-OY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make \? help message more clear when not connected.

On second thought, "none" could mislead to think that you're connected a
database with that name. Duplicate the whole string, so that it can be
more easily translated. In back-branches, thought, just use an empty string
in place of the database name, to avoid adding a translatable string.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8606dd81905a004eda74f0bfa0a9c9c18a488725

Modified Files
--------------
src/bin/psql/help.c |   12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: On second thought, use an empty string instead of "none" when no
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: On second thought, use an empty string instead of "none" when no