Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |