[DOCS] Deux typo fixes...

2007-11-05 Thread Guillaume Lelarge
... this time in textsearch.sgml. Please apply. Thanks. Regards. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com Index: doc/src/sgml/textsearch.sgml === RCS file: /projects/cvsroot/pgsql/doc/src/sgml/textsearch.sgml,v

Re: [DOCS] Deux typo fixes...

2007-11-05 Thread Magnus Hagander
On Mon, Nov 05, 2007 at 04:49:46PM +0100, Guillaume Lelarge wrote: > ... this time in textsearch.sgml. Please apply. Thanks. Applied, thanks. //Magnus ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.po

Re: [DOCS] [HACKERS] Asynchronous commit documentation gap

2007-11-05 Thread Bruce Momjian
Florian Weimer wrote: > The documentation doesn't really tell how to disable synchronous > commits for a single commit. I believe the correct command is > > SET LOCAL synchronous_commit TO OFF; > > just before the COMMIT statement. Nice. I made the following documentation change, attached.