Document FSYNC in pg_options sgml file.
authorBruce Momjian
Sat, 8 Apr 2000 23:12:01 +0000 (23:12 +0000)
committerBruce Momjian
Sat, 8 Apr 2000 23:12:01 +0000 (23:12 +0000)
doc/src/sgml/ref/set.sgml
doc/src/sgml/release.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/syntax.sgml

index f6e7a68cdca53709ee3abd036dfe41dee0e793e6..ea484642aa04bccca1108ddf858ef063195e43e0 100644 (file)
@@ -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)
       
      
     
index 8a21874a2dd7f77d7b9e33d5fe7f5b81d18537c0..666df82eb0db7e9c21ea4d08beb3fc898abdfedb 100644 (file)
@@ -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
index bfcf237573fcbb50cfee7ef1db48a7a3c6ca3446..314e28beab00aa91fde2358724aacc250231d8d1 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -610,6 +610,17 @@ showportnumber
       
      
 
+     
+      
+       fsync
+      
+      
+       
+   Disable fsync on a per-backend basis.
+       
+      
+     
+
     
     
    
index b668eb89e6ac37577b4da09c79f5146afb5dcbd6..457e46f03578086c224ef1dacca5eb68f4504db1 100644 (file)
@@ -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