Re: [ADMIN] log_duration?

2007-02-19 Thread Tom Lane
Ray Stell <[EMAIL PROTECTED]> writes: > I toggle log_duration: > wiki=# \!date > Mon Feb 19 11:14:35 EST 2007 > wiki=# set log_duration=off; > SET SET only affects your own session, not anyone else's ... regards, tom lane ---(end of broadcast)---

Re: [ADMIN] dst 2007?

2007-02-19 Thread Michael Fuhr
On Mon, Feb 19, 2007 at 03:06:32PM -0500, Ray Stell wrote: > in the pg share dir: > > $ /usr/sbin/zdump -v EST5EDT | grep 2007 On many platforms, regardless of what directory you're in, the above command will read timezone files from a standard directory like /usr/share/zoneinfo, not from the cur

[ADMIN] dst 2007?

2007-02-19 Thread Ray Stell
Is your database ready for the Daylight Savings Times change of 2007? http://people.planetpostgresql.org/greg/index.php?/archives/96-Is-your-database-ready-for-the-Daylight-Savings-Times-change-of-2007.html in the pg share dir: $ /usr/sbin/zdump -v EST5EDT | grep 2007 EST5EDT Sun Mar 11 06:59:59

[ADMIN] grant model in PostgreSQL 8.2

2007-02-19 Thread Dmitry Morozovsky
Dear colleagues, What is the preferred grant model in multi-developers environment? I'm currently thinking of two groups, one is 'admin' and other is 'user', where real developers are members of the first group, with 'set role to admin' in pg_authid; report create user (used in web frontend, e.

Re: [ADMIN] log_duration?

2007-02-19 Thread Andy Shellam (Mailing Lists)
Ray Stell wrote: I toggle log_duration: wiki=# \!date Mon Feb 19 11:14:35 EST 2007 wiki=# set log_duration=off; SET wiki=# SELECT current_setting('log_duration'); current_setting - off (1 row) yet duration continues to be logged: wiki,13190,wiki,2007-02-19 11:16:00.926 EST,4

[ADMIN] log_duration?

2007-02-19 Thread Ray Stell
I toggle log_duration: wiki=# \!date Mon Feb 19 11:14:35 EST 2007 wiki=# set log_duration=off; SET wiki=# SELECT current_setting('log_duration'); current_setting - off (1 row) yet duration continues to be logged: wiki,13190,wiki,2007-02-19 11:16:00.926 EST,45d94f9e.3386,36108

Re: [ADMIN] Built-in log rotation

2007-02-19 Thread Alvaro Herrera
Kris Kiger wrote: > Greetings! I've been doing some research into log rotation software and > ran into this, while looking through the postgres site: > > "There is a built-in log rotation program, which you can use by setting > the configuration parameter redirect_stderr to true in postgresql.c

[ADMIN] Built-in log rotation

2007-02-19 Thread Kris Kiger
Greetings! I've been doing some research into log rotation software and ran into this, while looking through the postgres site: "There is a built-in log rotation program, which you can use by setting the configuration parameter redirect_stderr to true in postgresql.conf." http://www.postgresq