[PATCH] Remove TZ entry from postgres CLI doc page.

Поиск
Список
Период
Сортировка
От Matthew Somerville
Тема [PATCH] Remove TZ entry from postgres CLI doc page.
Дата
Msg-id CAKs8PY2yvDhimdjOx+VYNX=Efu9nSnr0qShTgNPxN+nTUbbrcA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Remove TZ entry from postgres CLI doc page.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

Please find attached a patch to the postgres command line
documentation page doc/src/sgml/ref/postgres-ref.sgml that removes the
"TZ" entry from the "Environment" section. If I've understood it
correctly, since ca4af308 TZ can be looked at when you run initdb, but
is not looked at when the server is started.

I am using Test::PostgreSQL to create a test database; it empties the
postgresql.conf created by initdb and is then therefore not using the
correct timezone, and it took me a while to work out what was
happening and why I couldn't use TZ when starting the database.

ATB,
Matthew

Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: incorrect docs for pgbench / skipped transactions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Supporting +-Infinity values by to_timestamp(float8)