mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Revert "psql: fix \connect with URIs and conninfo strings"
This reverts commit fcef161729
, about
which both the buildfarm and my local machine are very unhappy.
This commit is contained in:
@ -260,11 +260,11 @@ slashUsage(unsigned short int pager)
|
||||
|
||||
fprintf(output, _("Connection\n"));
|
||||
if (currdb)
|
||||
fprintf(output, _(" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
|
||||
fprintf(output, _(" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n"
|
||||
" connect to new database (currently \"%s\")\n"),
|
||||
currdb);
|
||||
else
|
||||
fprintf(output, _(" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
|
||||
fprintf(output, _(" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n"
|
||||
" connect to new database (currently no connection)\n"));
|
||||
fprintf(output, _(" \\encoding [ENCODING] show or set client encoding\n"));
|
||||
fprintf(output, _(" \\password [USERNAME] securely change the password for a user\n"));
|
||||
|
Reference in New Issue
Block a user