Re: [DOCS] Add strftime escapes to Log config

2011-09-05 Thread Bruce Momjian
Peter Eisentraut wrote: > On s?n, 2011-03-20 at 13:32 -0700, Josh Berkus wrote: > > This page: > > > > http://www.postgresql.org/docs/8.3/static/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE > > > > has the following text: > > > > The value is treated as a strftime pattern, so %-escap

Re: [DOCS] Add strftime escapes to Log config

2011-04-05 Thread Robert Haas
On Tue, Mar 29, 2011 at 2:53 PM, Josh Berkus wrote: >> We could also link to >> , for >> example. > > That would be helpful.  I still think we want a few examples in our > docs, though. Patch? -- Robert Haas EnterpriseDB: http://

Re: [DOCS] Add strftime escapes to Log config

2011-03-29 Thread Josh Berkus
> We could also link to > , for > example. That would be helpful. I still think we want a few examples in our docs, though. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-docs mailing list (pgsq

Re: [DOCS] Add strftime escapes to Log config

2011-03-28 Thread Peter Eisentraut
On sön, 2011-03-20 at 13:32 -0700, Josh Berkus wrote: > This page: > > http://www.postgresql.org/docs/8.3/static/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE > > has the following text: > > The value is treated as a strftime pattern, so %-escapes can be used to > specify time-varying

[DOCS] Add strftime escapes to Log config

2011-03-20 Thread Josh Berkus
All, This page: http://www.postgresql.org/docs/8.3/static/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE has the following text: The value is treated as a strftime pattern, so %-escapes can be used to specify time-varying file names. However, nowhere in our docs do we list sample str