You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2002/12/06 15:27:09 UTC

cvs commit: xml-cocoon2/src/blocks/databases/conf db-modules.xconf

haul        2002/12/06 06:27:09

  Modified:    src/blocks/databases/conf db-modules.xconf
  Log:
  Add comment showing PostgreSQL autoincrement module
  
  Revision  Changes    Path
  1.2       +1 -0      xml-cocoon2/src/blocks/databases/conf/db-modules.xconf
  
  Index: db-modules.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/databases/conf/db-modules.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- db-modules.xconf	18 Oct 2002 14:04:27 -0000	1.1
  +++ db-modules.xconf	6 Dec 2002 14:27:09 -0000	1.2
  @@ -14,6 +14,7 @@
         <component-instance logger="core.modules.auto" name="auto" class="org.apache.cocoon.components.modules.database.ManualAutoIncrementModule"/>
         <component-instance logger="core.modules.auto" name="auto" class="org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule"/>
         <component-instance logger="core.modules.auto" name="auto" class="org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule"/>
  +      <component-instance logger="core.modules.auto" name="auto" class="org.apache.cocoon.components.modules.database.PsqlAutoIncrementModule"/>
   -->
      </autoincrement-modules>
   </xconf>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org