pgsql: Revert "psql: fix \connect with URIs and conninfo strings"

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "psql: fix \connect with URIs and conninfo strings"
Date: 2015-04-02 14:19:21
Message-ID: E1Ydfxp-0007X8-NT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "psql: fix \connect with URIs and conninfo strings"

This reverts commit fcef1617295c074f2684c887627184d2fc26ac04, about
which both the buildfarm and my local machine are very unhappy.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cd639baf4bd35dd7fc924009203349b81bdcd68

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 40 +++++--------------
src/bin/psql/command.c | 80 +++++++++++--------------------------
src/bin/psql/help.c | 4 +-
src/bin/psql/tab-complete.c | 13 +-----
src/common/Makefile | 2 +-
src/common/connstrings.c | 53 ------------------------
src/include/common/connstrings.h | 16 --------
src/interfaces/libpq/fe-connect.c | 46 ++++++++++++++++++---
8 files changed, 79 insertions(+), 175 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-04-02 14:19:51 Re: pgsql: psql: fix \connect with URIs and conninfo strings
Previous Message Tom Lane 2015-04-02 14:09:08 Re: pgsql: psql: fix \connect with URIs and conninfo strings