Re: [DOCS] Documenting timezone setting in initdb

2014-12-14 Thread Peter Eisentraut
On 12/12/14 6:37 AM, Daniel Gustafsson wrote: > On 12 Dec 2014, at 05:16, Peter Eisentraut wrote: > >> On 11/15/14 7:19 PM, Daniel Gustafsson wrote: >>> Setting the time zone of the newly created cluster from initdb via the >>> environment variable isn't documented in the initdb section (but very

Re: [DOCS] Documenting timezone setting in initdb

2014-12-12 Thread Daniel Gustafsson
On 12 Dec 2014, at 05:16, Peter Eisentraut wrote: > On 11/15/14 7:19 PM, Daniel Gustafsson wrote: >> Setting the time zone of the newly created cluster from initdb via the >> environment variable isn't documented in the initdb section (but very handy). >> Attached is a patch adding a mention of T

Re: [DOCS] Documenting timezone setting in initdb

2014-12-11 Thread Peter Eisentraut
On 11/15/14 7:19 PM, Daniel Gustafsson wrote: > Setting the time zone of the newly created cluster from initdb via the > environment variable isn't documented in the initdb section (but very handy). > Attached is a patch adding a mention of TZ in the Environment section. What is a "full time zone

Re: [DOCS] Documenting timezone setting in initdb

2014-11-16 Thread Magnus Hagander
On Sun, Nov 16, 2014 at 1:19 AM, Daniel Gustafsson wrote: > Setting the time zone of the newly created cluster from initdb via the > environment variable isn't documented in the initdb section (but very handy). > Attached is a patch adding a mention of TZ in the Environment section. > > Unless obj

[DOCS] Documenting timezone setting in initdb

2014-11-15 Thread Daniel Gustafsson
Setting the time zone of the newly created cluster from initdb via the environment variable isn't documented in the initdb section (but very handy). Attached is a patch adding a mention of TZ in the Environment section. Unless objections I'll add it to the open commitfest. cheers ./daniel