Re: pg_xlog is getting bigger

From: Pankaj <pankaj(dot)mimit(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_xlog is getting bigger
Date: 2013-11-20 05:58:56
Message-ID: 1384927136119-5779313.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Go to database
# psql -U postgres
#checkpoint;

exit

now go to pg_xlog folder you can can see a pattern in file names of logs.
Just remove the file other then current time stamp. Or for safety remove
logs other then current date.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-xlog-is-getting-bigger-tp5737207p5779313.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2013-11-20 12:59:27 Re: Postgres as In-Memory Database?
Previous Message Edson Richter 2013-11-20 03:41:48 Re: Postgres as In-Memory Database?