[docs] xmldocs - jon modified refs/DatabaseAutoIgnore

docs at icdevgroup.org docs at icdevgroup.org
Thu Oct 13 01:50:29 EDT 2005


User:      jon
Date:      2005-10-13 05:50:29 GMT
Modified:  refs     DatabaseAutoIgnore
Log:
Mention alternative configuration possibility for PostgreSQL schemas
using DatabaseAuto.

Revision  Changes    Path
1.2       +4 -2      xmldocs/refs/DatabaseAutoIgnore


rev 1.2, prev_rev 1.1
Index: DatabaseAutoIgnore
===================================================================
RCS file: /var/cvs/xmldocs/refs/DatabaseAutoIgnore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- DatabaseAutoIgnore	12 Aug 2005 17:58:58 -0000	1.1
+++ DatabaseAutoIgnore	13 Oct 2005 05:50:29 -0000	1.2
@@ -26,11 +26,13 @@
 __END__
 
 __NAME__ example: Specifying DatabaseAutoIgnore
-This prevents ⁣ from bringing in the new tables that get auto-added
-to PostgreSQL 7.4 schema and cause errors.
+This prevents ⁣ from bringing in tables in non-default schemas
+in PostgreSQL 7.4 and newer, which cause errors.
 <programlisting>
 DatabaseAutoIgnore  ^sql_
 </programlisting>
+You may prefer instead to specify a particular schema, such as "public",
+in the &conf-DatabaseAuto; directive.
 __END__
 
 __NAME__ author








More information about the docs mailing list