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

From: Matthew Somerville <matthew(at)mysociety(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Remove TZ entry from postgres CLI doc page.
Date: 2016-03-29 20:16:41
Message-ID: CAKs8PY2yvDhimdjOx+VYNX=Efu9nSnr0qShTgNPxN+nTUbbrcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Remove-TZ-entry-from-postgres-CLI-doc-page.patch application/octet-stream 921 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Ramsey 2016-03-29 20:32:59 Re: Parallel Queries and PostGIS
Previous Message Robert Haas 2016-03-29 20:14:04 Re: Parallel Queries and PostGIS