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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Revert "psql: fix \connect with URIs and conninfo strings"
Дата
Msg-id E1Ydfxp-0007X8-NT@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: psql: fix \connect with URIs and conninfo strings
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: psql: fix \connect with URIs and conninfo strings