From 321eedd0bfb77d67765d4a0caa89b16792611bed Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 8 Apr 2000 23:12:01 +0000 Subject: [PATCH] Document FSYNC in pg_options sgml file. --- doc/src/sgml/ref/set.sgml | 4 ++-- doc/src/sgml/release.sgml | 4 ++-- doc/src/sgml/runtime.sgml | 13 ++++++++++++- doc/src/sgml/syntax.sgml | 4 ++-- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index f6e7a68cdca..ea484642aa0 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -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> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8a21874a2dd..666df82eb0d 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.41 2000/03/31 03:27:41 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.42 2000/04/08 23:11:59 momjian Exp $ --> <chapter id="release"> @@ -186,7 +186,7 @@ Issue ecpg error if NULL value is returned to variable with no NULL indicator (Christof) Allow ^C to cancel COPY command (Massimo) Add SET FSYNC and SHOW PG_OPTIONS commands(Massimo) -Improve CREATE FUNCTION to allow type conversion (Bernie Frankpitt) +Function name overloading for dynamically-loaded C functions (Frankpitt) Add CmdTuples() to libpq++(Vince) New CREATE CONSTRAINT TRIGGER and SET CONSTRAINTS commands(Jan) Allow CREATE FUNCTION/WITH clause to be used for all language types diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index bfcf237573f..314e28beab0 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.7 2000/03/31 03:27:41 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.8 2000/04/08 23:12:00 momjian Exp $ --> <Chapter Id="runtime"> @@ -610,6 +610,17 @@ showportnumber </listitem> </varlistentry> + <varlistentry> + <term> + fsync + </term> + <listitem> + <para> + Disable fsync on a per-backend basis. + </para> + </listitem> + </varlistentry> + </variablelist> </para> </sect2> diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index b668eb89e6a..457e46f0357 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.18 2000/03/31 03:27:41 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.19 2000/04/08 23:12:00 momjian Exp $ --> <chapter id="syntax"> @@ -98,7 +98,7 @@ VACUUM VERBOSE are allowed to be present as column labels, but not as identifiers: <programlisting> -CASE COALESCE CROSS CURRENT CURRENT_USER +CASE COALESCE CROSS CURRENT CURRENT_USER CURRENT_SESSION DEC DECIMAL ELSE END FALSE FOREIGN -- GitLab