[PATCH] Remove TZ entry from postgres CLI doc page. - Mailing list pgsql-hackers

From Matthew Somerville
Subject [PATCH] Remove TZ entry from postgres CLI doc page.
Date
Msg-id CAKs8PY2yvDhimdjOx+VYNX=Efu9nSnr0qShTgNPxN+nTUbbrcA@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Remove TZ entry from postgres CLI doc page.
List 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

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: incorrect docs for pgbench / skipped transactions
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Supporting +-Infinity values by to_timestamp(float8)