File tree 4 files changed +18
-7
lines changed
4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -159,7 +159,7 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE }
159
159
<term>DEFAULT</term>
160
160
<listitem>
161
161
<para>
162
- restores the default values (<literal>US,Postgres </literal>)
162
+ restores the default values (<literal>ISO </literal>)
163
163
</para>
164
164
</listitem>
165
165
</varlistentry>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="release">
@@ -186,7 +186,7 @@ Issue ecpg error if NULL value is returned to variable with no NULL
186
186
indicator (Christof)
187
187
Allow ^C to cancel COPY command (Massimo)
188
188
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)
190
190
Add CmdTuples() to libpq++(Vince)
191
191
New CREATE CONSTRAINT TRIGGER and SET CONSTRAINTS commands(Jan)
192
192
Allow CREATE FUNCTION/WITH clause to be used for all language types
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -610,6 +610,17 @@ showportnumber
610
610
</listitem>
611
611
</varlistentry>
612
612
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
+
613
624
</variablelist>
614
625
</para>
615
626
</sect2>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="syntax">
@@ -98,7 +98,7 @@ VACUUM VERBOSE
98
98
are allowed to be present as column labels, but not as identifiers:
99
99
100
100
<programlisting>
101
- CASE COALESCE CROSS CURRENT CURRENT_USER
101
+ CASE COALESCE CROSS CURRENT CURRENT_USER CURRENT_SESSION
102
102
DEC DECIMAL
103
103
ELSE END
104
104
FALSE FOREIGN
You can’t perform that action at this time.
0 commit comments