From 321eedd0bfb77d67765d4a0caa89b16792611bed Mon Sep 17 00:00:00 2001 From: Bruce Momjian 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 f6e7a68cdc..ea484642aa 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ @@ -159,7 +159,7 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } DEFAULT - restores the default values (US,Postgres) + restores the default values (ISO) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8a21874a2d..666df82eb0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -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 bfcf237573..314e28beab 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -610,6 +610,17 @@ showportnumber + + + fsync + + + + Disable fsync on a per-backend basis. + + + + diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index b668eb89e6..457e46f035 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,5 +1,5 @@ @@ -98,7 +98,7 @@ VACUUM VERBOSE are allowed to be present as column labels, but not as identifiers: -CASE COALESCE CROSS CURRENT CURRENT_USER +CASE COALESCE CROSS CURRENT CURRENT_USER CURRENT_SESSION DEC DECIMAL ELSE END FALSE FOREIGN