Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 321eedd

Browse files
committed
Document FSYNC in pg_options sgml file.
1 parent 9b7ba20 commit 321eedd

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

doc/src/sgml/ref/set.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.36 2000/04/07 13:31:18 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.37 2000/04/08 23:12:01 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -159,7 +159,7 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE }
159159
<term>DEFAULT</term>
160160
<listitem>
161161
<para>
162-
restores the default values (<literal>US,Postgres</literal>)
162+
restores the default values (<literal>ISO</literal>)
163163
</para>
164164
</listitem>
165165
</varlistentry>

doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.41 2000/03/31 03:27:41 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.42 2000/04/08 23:11:59 momjian Exp $
33
-->
44

55
<chapter id="release">
@@ -186,7 +186,7 @@ Issue ecpg error if NULL value is returned to variable with no NULL
186186
indicator (Christof)
187187
Allow ^C to cancel COPY command (Massimo)
188188
Add SET FSYNC and SHOW PG_OPTIONS commands(Massimo)
189-
Improve CREATE FUNCTION to allow type conversion (Bernie Frankpitt)
189+
Function name overloading for dynamically-loaded C functions (Frankpitt)
190190
Add CmdTuples() to libpq++(Vince)
191191
New CREATE CONSTRAINT TRIGGER and SET CONSTRAINTS commands(Jan)
192192
Allow CREATE FUNCTION/WITH clause to be used for all language types

doc/src/sgml/runtime.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.7 2000/03/31 03:27:41 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.8 2000/04/08 23:12:00 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -610,6 +610,17 @@ showportnumber
610610
</listitem>
611611
</varlistentry>
612612

613+
<varlistentry>
614+
<term>
615+
fsync
616+
</term>
617+
<listitem>
618+
<para>
619+
Disable fsync on a per-backend basis.
620+
</para>
621+
</listitem>
622+
</varlistentry>
623+
613624
</variablelist>
614625
</para>
615626
</sect2>

doc/src/sgml/syntax.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.18 2000/03/31 03:27:41 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.19 2000/04/08 23:12:00 momjian Exp $
33
-->
44

55
<chapter id="syntax">
@@ -98,7 +98,7 @@ VACUUM VERBOSE
9898
are allowed to be present as column labels, but not as identifiers:
9999

100100
<programlisting>
101-
CASE COALESCE CROSS CURRENT CURRENT_USER
101+
CASE COALESCE CROSS CURRENT CURRENT_USER CURRENT_SESSION
102102
DEC DECIMAL
103103
ELSE END
104104
FALSE FOREIGN

0 commit comments

Comments
 (0)