1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

More perl cleanup

This commit is contained in:
Bruce Momjian 2000-06-01 03:07:33 +00:00
parent 0cfe2374a7
commit b965c90365
2 changed files with 6 additions and 6 deletions

View File

@ -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 # Copyright (c) 1997, 1998 Edmund Mergl
# #
@ -64,8 +64,8 @@ Revision history for Perl extension Pg.
o added support for new method cmdTuples o added support for new method cmdTuples
o cmdStatus returns now for DELETE the status o cmdStatus returns now for DELETE the status
followed by the number of affected rows, followed by the number of affected rows,
- test.pl.newstyle renamed to eg/example.newstyle - test.pl.newstyle renamed to examples/example.newstyle
- test.pl.oldstyle renamed to eg/example.oldstyle - test.pl.oldstyle renamed to examples/example.oldstyle
- example script ApachePg.pl now uses - example script ApachePg.pl now uses
$result->print with HTML option $result->print with HTML option
- Makefile looks for $ENV{POSTGRES_HOME} instead of - Makefile looks for $ENV{POSTGRES_HOME} instead of

View File

@ -4,8 +4,8 @@ Makefile.PL
Pg.pm Pg.pm
Pg.xs Pg.xs
README README
eg/ApachePg.pl examples/ApachePg.pl
eg/example.newstyle examples/example.newstyle
eg/example.oldstyle examples/example.oldstyle
test.pl test.pl
typemap typemap