[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slony1-commit
Subject:    [Slony1-commit] By cbbrowne: Document the new case folding
From:       cvsuser () gborg ! postgresql ! org (CVS User Account)
Date:       2005-11-15 20:19:02
Message-ID: 20051115201900.522D43B28DD () gborg ! postgresql ! org
[Download RAW message or body]

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>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic