1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Document FSYNC in pg_options sgml file.

This commit is contained in:
Bruce Momjian
2000-04-08 23:12:01 +00:00
parent 9b7ba2002d
commit 321eedd0bf
4 changed files with 18 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.36 2000/04/07 13:31:18 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.37 2000/04/08 23:12:01 momjian Exp $
Postgres documentation
-->
@@ -159,7 +159,7 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE }
<term>DEFAULT</term>
<listitem>
<para>
restores the default values (<literal>US,Postgres</literal>)
restores the default values (<literal>ISO</literal>)
</para>
</listitem>
</varlistentry>