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

2016-03-29 Thread Tom Lane
Matthew Somerville  writes:
> 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.

Yeah, this corner of the documentation evidently got missed in that
commit.  Thanks for noticing, will fix!

regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


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

2016-03-29 Thread Matthew Somerville
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


0001-Remove-TZ-entry-from-postgres-CLI-doc-page.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers