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

Robert Haas <rhaas@postgresql.org>

Commit: 4cd639baf4bd35dd7fc924009203349b81bdcd68
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-04-02T14:10:22Z
Releases: 9.5.0
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +11 −29
src/bin/psql/command.c modified +23 −57
src/bin/psql/help.c modified +2 −2
src/bin/psql/tab-complete.c modified +2 −11
src/common/connstrings.c deleted +0 −53
src/common/Makefile modified +1 −1
src/include/common/connstrings.h deleted +0 −16
src/interfaces/libpq/fe-connect.c modified +40 −6