Re: [ADMIN] stopping "wal"

2002-02-12 Thread Manuel Trujillo
On Tue, 2002-02-12 at 16:16, Tom Lane wrote: > And this would be worse. > > If you don't care about your data, you can "initdb" to get rid of the > messed-up database. If you do care, you shouldn't be doing any of the > above. The problem here, is a lot of programmers "start-stopping" the data

Re: [ADMIN] stopping "wal"

2002-02-12 Thread Tom Lane
Manuel Trujillo <[EMAIL PROTECTED]> writes: > When more or two or three processes are working, and I stop the > database, if I have any problem stopping the DB, I kill the backends (is > a tester machine). This is a bad idea. > When I start the process "postmaster", the wal make a "recover of >

[ADMIN] stopping "wal"

2002-02-12 Thread Manuel Trujillo
Hi. How can I stop the recover process of wal? Well, first I will explain this: When more or two or three processes are working, and I stop the database, if I have any problem stopping the DB, I kill the backends (is a tester machine). When I start the process "postmaster", the wal make a "recove