]> granicus.if.org Git - postgresql-autodoc/commitdiff
Tag for 1.31 release. After additional testing to ensure Foriegn Keys work again...
authorrbt <rbt>
Wed, 12 Mar 2008 18:24:12 +0000 (18:24 +0000)
committerrbt <rbt>
Wed, 12 Mar 2008 18:24:12 +0000 (18:24 +0000)
ChangeLog
postgresql_autodoc.pl

index 8267289e81ab14c9b027f8ef476e0b781365f362..7486c65087e94453f77cd3ffce0c49bc1953f7ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-03-12 14:21  rbt
+
+       * postgresql_autodoc.pl: New versions of DBD::Pg like to return an
+         array reference instead of the special text string that
+         PostgreSQL returns.
+
+         This might take care of the issue, although only partially tested
+         (FreeBSD ports doesn't have the newer version yet as it breaks a
+         number of applications).
+
+2007-01-02 09:44  rbt
+
+       * ChangeLog: Release 1.30
+
 2007-01-02 08:53  rbt
 
        * configure.ac, postgresql_autodoc.pl: Toshio Kuratomi wrote a
index 64e35eb8d7940518eab9428fc01dad074b32ee58..0ab2603d92b9d96a9c2db2ed617eba46272bd3bd 100755 (executable)
@@ -1,9 +1,9 @@
 #!/usr/bin/env perl
 # -- # -*- Perl -*-w
-# $Header: /cvsroot/autodoc/autodoc/postgresql_autodoc.pl,v 1.16 2008/03/12 18:21:52 rbt Exp $
+# $Header: /cvsroot/autodoc/autodoc/postgresql_autodoc.pl,v 1.17 2008/03/12 18:24:12 rbt Exp $
 #  Imported 1.22 2002/02/08 17:09:48 into sourceforge
 
-# Postgres Auto-Doc Version 1.30
+# Postgres Auto-Doc Version 1.31
 
 # License
 # -------