URI unbundled from libwww-perl, so list it separately
[freeside.git] / htdocs / docs / man / dbdef_column.txt
index 93e2395..6747a32 100644 (file)
@@ -46,16 +46,17 @@ METHODS
     line [ $datasrc ]
         Returns an SQL column definition.
 
-        If passed a DBI $datasrc specifying the DBD::mysql manpage,
-        will use MySQL-specific syntax. Non-standard syntax for
-        other engines (if applicable) may also be supported in the
-        future.
+        If passed a DBI $datasrc specifying the DBD::mysql manpage
+        or the DBD::Pg manpage, will use engine-specific syntax.
 
 BUGS
 SEE ALSO
     the FS::dbdef_table manpage, the FS::dbdef manpage, the DBI
     manpage
 
+VERSION
+    $Id: dbdef_column.txt,v 1.5 1999-04-08 13:39:32 ivan Exp $
+
 HISTORY
     class for dealing with column definitions
 
@@ -67,3 +68,12 @@ HISTORY
     mySQL-specific hack for null (what should be default?)
     ivan@sisd.com 98-jun-2
 
+    $Log: dbdef_column.txt,v $
+    Revision 1.5  1999-04-08 13:39:32  ivan
+    convert from pod for 1.2.0 release
+ Revision 1.3 1998/10/13 13:04:17 ivan
+    fixed doc to indicate Pg specific syntax too
+
+    Revision 1.2 1998/10/12 23:40:28 ivan added Pg-specific
+    behaviour in sub line
+