diff options
author | Bruce Momjian | 2000-06-01 03:07:33 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-06-01 03:07:33 +0000 |
commit | b965c90365b6f7011493cc1c77ee302607aa032c (patch) | |
tree | c7ea71d67a2e67f5eedd9aecf12691d1e4bb4886 /src/interfaces/perl5/Changes | |
parent | 0cfe2374a76d9408b0271063a7fbbc1572cd3f6c (diff) |
More perl cleanup
Diffstat (limited to 'src/interfaces/perl5/Changes')
-rw-r--r-- | src/interfaces/perl5/Changes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/perl5/Changes b/src/interfaces/perl5/Changes index 728e81ae276..da9b53dbaca 100644 --- a/src/interfaces/perl5/Changes +++ b/src/interfaces/perl5/Changes @@ -1,6 +1,6 @@ #------------------------------------------------------- # -# $Id: Changes,v 1.8 1998/09/27 19:12:20 mergl Exp $ +# $Id: Changes,v 1.9 2000/06/01 03:07:33 momjian Exp $ # # Copyright (c) 1997, 1998 Edmund Mergl # @@ -64,8 +64,8 @@ Revision history for Perl extension Pg. o added support for new method cmdTuples o cmdStatus returns now for DELETE the status followed by the number of affected rows, - - test.pl.newstyle renamed to eg/example.newstyle - - test.pl.oldstyle renamed to eg/example.oldstyle + - test.pl.newstyle renamed to examples/example.newstyle + - test.pl.oldstyle renamed to examples/example.oldstyle - example script ApachePg.pl now uses $result->print with HTML option - Makefile looks for $ENV{POSTGRES_HOME} instead of |