mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Document FSYNC in pg_options sgml file.
This commit is contained in:
		@@ -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
 | 
					Postgres documentation
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -159,7 +159,7 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE }
 | 
				
			|||||||
	  <term>DEFAULT</term>
 | 
						  <term>DEFAULT</term>
 | 
				
			||||||
	  <listitem>
 | 
						  <listitem>
 | 
				
			||||||
	   <para>
 | 
						   <para>
 | 
				
			||||||
	    restores the default values (<literal>US,Postgres</literal>)
 | 
						    restores the default values (<literal>ISO</literal>)
 | 
				
			||||||
	   </para>
 | 
						   </para>
 | 
				
			||||||
	  </listitem>
 | 
						  </listitem>
 | 
				
			||||||
	 </varlistentry>
 | 
						 </varlistentry>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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">
 | 
					 <chapter id="release">
 | 
				
			||||||
@@ -186,7 +186,7 @@ Issue ecpg error if NULL value is returned to variable with no NULL
 | 
				
			|||||||
indicator (Christof)
 | 
					indicator (Christof)
 | 
				
			||||||
Allow ^C to cancel COPY command (Massimo)
 | 
					Allow ^C to cancel COPY command (Massimo)
 | 
				
			||||||
Add SET FSYNC and SHOW PG_OPTIONS commands(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)
 | 
					Add CmdTuples() to libpq++(Vince)
 | 
				
			||||||
New CREATE CONSTRAINT TRIGGER and SET CONSTRAINTS commands(Jan)
 | 
					New CREATE CONSTRAINT TRIGGER and SET CONSTRAINTS commands(Jan)
 | 
				
			||||||
Allow CREATE FUNCTION/WITH clause to be used for all language types
 | 
					Allow CREATE FUNCTION/WITH clause to be used for all language types
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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">
 | 
					 <Chapter Id="runtime">
 | 
				
			||||||
@@ -610,6 +610,17 @@ showportnumber
 | 
				
			|||||||
      </listitem>
 | 
					      </listitem>
 | 
				
			||||||
     </varlistentry>
 | 
					     </varlistentry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					     <varlistentry>
 | 
				
			||||||
 | 
					      <term>
 | 
				
			||||||
 | 
					       fsync
 | 
				
			||||||
 | 
					      </term>
 | 
				
			||||||
 | 
					      <listitem>
 | 
				
			||||||
 | 
					       <para>
 | 
				
			||||||
 | 
						Disable fsync on a per-backend basis.
 | 
				
			||||||
 | 
					       </para>
 | 
				
			||||||
 | 
					      </listitem>
 | 
				
			||||||
 | 
					     </varlistentry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </variablelist>
 | 
					    </variablelist>
 | 
				
			||||||
    </para>
 | 
					    </para>
 | 
				
			||||||
   </sect2>
 | 
					   </sect2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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">
 | 
					 <chapter id="syntax">
 | 
				
			||||||
@@ -98,7 +98,7 @@ VACUUM VERBOSE
 | 
				
			|||||||
     are allowed to be present as column labels, but not as identifiers:
 | 
					     are allowed to be present as column labels, but not as identifiers:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     <programlisting>
 | 
					     <programlisting>
 | 
				
			||||||
CASE COALESCE CROSS CURRENT CURRENT_USER 
 | 
					CASE COALESCE CROSS CURRENT CURRENT_USER CURRENT_SESSION
 | 
				
			||||||
DEC DECIMAL 
 | 
					DEC DECIMAL 
 | 
				
			||||||
ELSE END
 | 
					ELSE END
 | 
				
			||||||
FALSE FOREIGN 
 | 
					FALSE FOREIGN 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user