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

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

From
Robert Haas
Date:
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(-)