... 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
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
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.