summaryrefslogtreecommitdiff
path: root/site_perl/dbdef_column.pm
diff options
context:
space:
mode:
authorivan <ivan>1998-10-13 13:04:17 +0000
committerivan <ivan>1998-10-13 13:04:17 +0000
commit3232d3f822612b1c78db57a9fd1494cc6bc7494c (patch)
treea5cd00f245c49538f7adf6544dcb89b38c279923 /site_perl/dbdef_column.pm
parent11586a5995866292b90c669e4aaa2e68ef202a8e (diff)
fixed doc to indicate Pg specific syntax too
Diffstat (limited to 'site_perl/dbdef_column.pm')
-rw-r--r--site_perl/dbdef_column.pm12
1 files changed, 7 insertions, 5 deletions
diff --git a/site_perl/dbdef_column.pm b/site_perl/dbdef_column.pm
index 06388c691..dc07305b8 100644
--- a/site_perl/dbdef_column.pm
+++ b/site_perl/dbdef_column.pm
@@ -134,9 +134,8 @@ sub length {
Returns an SQL column definition.
-If passed a DBI $datasrc specifying L<DBD::mysql>, 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 L<DBD::mysql> or L<DBD::Pg>, will use
+engine-specific syntax.
=cut
@@ -167,7 +166,7 @@ L<FS::dbdef_table>, L<FS::dbdef>, L<DBI>
=head1 VERSION
-$Id: dbdef_column.pm,v 1.2 1998-10-12 23:40:28 ivan Exp $
+$Id: dbdef_column.pm,v 1.3 1998-10-13 13:04:17 ivan Exp $
=head1 HISTORY
@@ -180,7 +179,10 @@ now methods can be used to get or set data ivan@sisd.com 98-may-11
mySQL-specific hack for null (what should be default?) ivan@sisd.com 98-jun-2
$Log: dbdef_column.pm,v $
-Revision 1.2 1998-10-12 23:40:28 ivan
+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