Re: [GENERAL] Some advanced database features, are they present in PostgreSQL

2000-10-10 Thread Marc SCHAEFER
On Tue, 10 Oct 2000, Peter Eisentraut wrote: > Will be in 7.1. [ ... ] > Something like this has recently been announced as add-on from PostgreSQL, [ ... ] > That has been available for quite a while. [ ... ] So, those are very good news. Thanks, and keep the good work.

Re: [GENERAL] Some advanced database features, are they present in PostgreSQL

2000-10-10 Thread Tom Lane
>> - hard transactions: cutting the power to a PostgreSQL server >> may cause data loss and/or data corruption. That is false; Postgres is secure now against power failures, at least if you run in the default mode with lots of fsync()s. The WAL feature planned for 7.1 should make performance bet