Re: [DOCS] Updated Russian translation of FAQ

2005-09-28 Thread Bruce Momjian
Patch applied. Thanks. --- Viktor Vislobokov wrote: > Hello. > > There is updated Russian translation of FAQ in attachment. > > -- > With best wishes, > Victor Vislobokov > Perm. Russia > > [ application/x-gzip is no

[DOCS] Added documentation about caching, reliability

2005-09-28 Thread Bruce Momjian
I have added a section to the top of the WAL docs explaining caching and reliability issues: http://candle.pha.pa.us/main/writings/pgsql/sgml/reliability.html I also renamed the chapter "Reilability" rather than "WAL." -- Bruce Momjian| http://candle.pha.pa.us

Re: [DOCS] [HACKERS] Added documentation about caching, reliability

2005-09-28 Thread Bruce Momjian
Thanks, fixed. --- Jonah H. Harris wrote: > Hey Bruce, > > One grammar issue... otherwise great work. > > they can be moved to another computer with similar hardware and all > committed transaction will remain intact. > >

Re: [DOCS] Added documentation about caching, reliability

2005-09-28 Thread Alvaro Herrera
On Wed, Sep 28, 2005 at 02:26:24PM -0400, Bruce Momjian wrote: > I have added a section to the top of the WAL docs explaining caching and > reliability issues: > > http://candle.pha.pa.us/main/writings/pgsql/sgml/reliability.html > > I also renamed the chapter "Reilability" rather than "WAL

[DOCS] INSTALL file nits

2005-09-28 Thread Rich Morin
I just grabbed a copy of PostgreSQL from http://www.apple.com/downloads/macosx/unix_open_source/postgresql.html and installed it on my Mac OS X (Tiger; 10.4.2) machine. I followed the "Short Version" in the INSTALL file until I ran into problems, then did some workarounds, as discussed below.

Re: [DOCS] INSTALL file nits

2005-09-28 Thread Michael Glaesemann
Hello! Not clear if you're new to PostgreSQL or not, but regardless, a warm welcome is extended. On Sep 29, 2005, at 10:29 , Rich Morin wrote: I just grabbed a copy of PostgreSQL from http://www.apple.com/downloads/macosx/unix_open_source/ postgresql.html Nifty! I didn't know Apple ha

Re: [DOCS] Added documentation about caching, reliability

2005-09-28 Thread Bruce Momjian
Alvaro Herrera wrote: > On Wed, Sep 28, 2005 at 02:26:24PM -0400, Bruce Momjian wrote: > > I have added a section to the top of the WAL docs explaining caching and > > reliability issues: > > > > http://candle.pha.pa.us/main/writings/pgsql/sgml/reliability.html > > > > I also renamed the chap

Re: [DOCS] INSTALL file nits

2005-09-28 Thread Rich Morin
At 10:59 AM +0900 9/29/05, Michael Glaesemann wrote: Not clear if you're new to PostgreSQL or not, but regardless, a warm welcome is extended. Thanks! I've been lurking on this list for quite a while. I published the PostgreSQL manuals a few years ago (under the PTF/Dossier imprint), but that

Re: [DOCS] Added documentation about caching, reliability

2005-09-28 Thread Alvaro Herrera
On Wed, Sep 28, 2005 at 10:08:02PM -0400, Bruce Momjian wrote: > The chapter sections are: > > Table of Contents > 26.1. Write-Ahead Logging (WAL) > 26.2. Benefits of WAL > 26.3. WAL Configuration > 26.4. WAL Internals > > Are you suggesting we spell out Write-Ahead

Re: [DOCS] Added documentation about caching, reliability

2005-09-28 Thread Bruce Momjian
Alvaro Herrera wrote: > On Wed, Sep 28, 2005 at 10:08:02PM -0400, Bruce Momjian wrote: > > > The chapter sections are: > > > > Table of Contents > > 26.1. Write-Ahead Logging (WAL) > > 26.2. Benefits of WAL > > 26.3. WAL Configuration > > 26.4. WAL Internals > > > > Are you s

Re: [DOCS] Added documentation about caching, reliability

2005-09-28 Thread Peter Eisentraut
Am Mittwoch, 28. September 2005 20:26 schrieb Bruce Momjian: > I also renamed the chapter "Reilability" rather than "WAL." Considering that the chapter is, in fact, all about WAL, I don't think this is a good move. Reliability is a concern that is not only addressed by the WAL system. Please c