[docs] xmldocs - jon modified refs/DatabaseAuto

docs at icdevgroup.org docs at icdevgroup.org
Fri Nov 4 22:46:30 EST 2005


User:      jon
Date:      2005-11-05 03:46:30 GMT
Modified:  refs     DatabaseAuto
Log:
Add warning about confusion that can result from schema SEARCH_PATH
for PostgreSQL.

Revision  Changes    Path
1.5       +3 -0      xmldocs/refs/DatabaseAuto


rev 1.5, prev_rev 1.4
Index: DatabaseAuto
===================================================================
RCS file: /var/cvs/xmldocs/refs/DatabaseAuto,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- DatabaseAuto	13 Oct 2005 06:43:26 -0000	1.4
+++ DatabaseAuto	5 Nov 2005 03:46:30 -0000	1.5
@@ -162,6 +162,9 @@
 <programlisting>
 DatabaseAuto dbi:Pg:DBNAME USERNAME PASSWORD '' public
 </programlisting>
+Be aware that it's possible to make some confusing configuration mistakes
+here if the schema you specify is not in this database user's <literal>SEARCH_PATH</literal>,
+or comes after some other schema that has tables with the same names.
 __END__
 
 __NAME__ example: Making Interchange recognize views








More information about the docs mailing list