Re: Log rolling

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Alan Nilsson <anilsson(at)apple(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Log rolling
Date: 2012-12-20 22:17:10
Message-ID: 50D38E66.50904@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/20/2012 02:08 PM, Alan Nilsson wrote:
> Is there any sql/psql command to force a log roll (i.e. start a new log file)?

http://www.postgresql.org/docs/9.2/interactive/functions-admin.html

pg_rotate_logfile()

>
> alan
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Touset 2012-12-20 23:03:43 Implicit transaction not rolling back after error
Previous Message Alan Nilsson 2012-12-20 22:08:19 Log rolling