On Thu, Sep 28, 2006 at 22:16:19 +0800, Chan Michael <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to PostgreSQL and now want to know how can I recover from a database > crash.
If you are just talking about the server dying unexpectedly, you recover by restarting it. Doing this should recover all transactions. Note that if your hard drives a lying to you about write completion, this might not work. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match