pgsql: initdb: Add options --auth-local and --auth-host

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: initdb: Add options --auth-local and --auth-host
Дата
Msg-id E1RsfjL-0000jc-5I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
initdb: Add options --auth-local and --auth-host

reviewed by Robert Haas and Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8a02339e9ba3f2f962c5967be8c5d053a1fa39d2

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml         |   31 ++++++-
src/backend/libpq/pg_hba.conf.sample |    8 +-
src/bin/initdb/initdb.c              |  157 ++++++++++++++++++++++------------
3 files changed, 134 insertions(+), 62 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Case preserving completion of SQL key words
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid re-checking for visibility map extension too frequently.