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
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
>
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