RE: [GENERAL] Some advanced database features, are they present inPostgreSQL

2000-10-10 Thread The Hermit Hacker
right now, we are working with our partners internally on this, before we release it publicly, but more information can be found at: http://www.erserver.com/ On Tue, 10 Oct 2000, Rob Hutton wrote: > I'm looking for info about the synching and I don't see any. Is there a > more

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

2000-10-10 Thread Peter Eisentraut
Marc SCHAEFER writes: >- log all transactions to a special log file, that can be used for > backup purposes: Will be in 7.1. >- hard transactions: cutting the power to a PostgreSQL server > may cause data loss and/or data corruption. Some databases use > sophisticated tec

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

2000-10-10 Thread Peter Mount
On Tue, 10 Oct 2000, Marc SCHAEFER wrote: >- ability to have databases bigger than the host's maximum file size This has been in there since the old postgres days (although we did find it have a problem with Linux and files exactly 2Gig). PostgreSQL now splits tables at the 1Gb level, so tab