"Joost Kraaijeveld" <[EMAIL PROTECTED]> writes:
> Can I safely delete all the WAL log files in PGDATA/pg_xlog directory if the
> database has been shut down correctly, because I lowered the number of
> logfiles in postgresql.conf?
All but the one holding the latest checkpoint record (pg_controldata
will tell you which one that is). I'm not sure why you'd bother though.
The next checkpoint should remove any excess log files, there's no need
to do it manually.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly