CVS User Account cvsuser
Tue Nov 15 20:19:02 PST 2005
Log Message:
-----------
Document the new case folding functionality per Phillip Yarra

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        adminscripts.sgml (r1.26 -> r1.27)

-------------- next part --------------
Index: adminscripts.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/adminscripts.sgml,v
retrieving revision 1.26
retrieving revision 1.27
diff -Ldoc/adminguide/adminscripts.sgml -Ldoc/adminguide/adminscripts.sgml -u -w -r1.26 -r1.27
--- doc/adminguide/adminscripts.sgml
+++ doc/adminguide/adminscripts.sgml
@@ -32,6 +32,19 @@
 <listitem><para><envar>$CLUSTER_NAME</envar>=orglogs;	# What is the name of the replication cluster?</para></listitem>
 <listitem><para><envar>$LOGDIR</envar>='/opt/OXRS/log/LOGDBS';	# What is the base directory for logs?</para></listitem>
 <listitem><para><envar>$APACHE_ROTATOR</envar>="/opt/twcsds004/OXRS/apache/rotatelogs";  # If set, where to find Apache log rotator</para></listitem>
+
+<listitem><para><envar>foldCase</envar>
+
+<para> If set to 1, object names (including schema names) will be
+folded to lower case.  By default, your object names will be left
+alone.  Note that &postgres; itself folds object names to lower case;
+if you create a table via the command <command> CREATE TABLE
+SOME_THING (Id INTEGER, STudlYName text);</command>, the result will
+be that all of those components are forced to lower case, thus
+equivalent to <command> create table some_thing (id integer,
+studlyname text);</command>, and the name of table and, in this case,
+the fields will all, in fact, be lower case. </para>
+
 </itemizedlist>
 </para>
 


More information about the Slony1-commit mailing list