cvs: peardoc /en/package/database/db intro-sequences.xml

[email protected] ("Adam Harvey")
Newsgroups php.pear.doc
Message-ID <cvsaharvey1190383899@cvsserver>
aharvey		Fri Sep 21 14:11:39 2007 UTC

  Modified files:              
    /peardoc/en/package/database/db	intro-sequences.xml 
  Log:
  Added note about sequence name formatting issues in DB.
  
  
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/intro-sequences.xml?r1=1.21&r2=1.22&diff_format=u
Index: peardoc/en/package/database/db/intro-sequences.xml
diff -u peardoc/en/package/database/db/intro-sequences.xml:1.21 peardoc/en/package/database/db/intro-sequences.xml:1.22
--- peardoc/en/package/database/db/intro-sequences.xml:1.21	Thu Feb 17 18:42:05 2005
+++ peardoc/en/package/database/db/intro-sequences.xml	Fri Sep 21 14:11:38 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 
 <refentry id="package.database.db.intro-sequences">
  <refnamediv>
@@ -87,6 +87,14 @@
     <link linkend="package.database.db.db-common.setoption">
      <function>setOption</function></link>.
    </para>
+   <para>
+    Please note that you may need to change the
+    <varname>seqname_format</varname> option to represent a quoted form of the
+    sequence name if the sequence names contain characters that cannot be used
+    unquoted within queries. For example, PostgreSQL users with uppercase
+    table names will probably need to use <literal>"%s_seq"</literal> (note
+    the quotes) for queries to work as expected.
+   </para>
   </warning>
  </refsect1>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.