Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 376fbad

Browse files
Edmund MerglEdmund Mergl
Edmund Mergl
authored and
Edmund Mergl
committed
pgsql_perl5-1.8.0
1 parent bd041d8 commit 376fbad

File tree

10 files changed

+952
-691
lines changed

10 files changed

+952
-691
lines changed

src/interfaces/perl5/Changes

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
#-------------------------------------------------------
22
#
3-
# $Id: Changes,v 1.7 1998/06/01 16:41:18 mergl Exp $
3+
# $Id: Changes,v 1.8 1998/09/27 19:12:20 mergl Exp $
44
#
55
# Copyright (c) 1997, 1998 Edmund Mergl
66
#
77
#-------------------------------------------------------
88

99
Revision history for Perl extension Pg.
1010

11+
1.8.0 Sep 27 1998
12+
- adapted to PostgreSQL-6.4:
13+
added support for
14+
o PQsetdbLogin
15+
o PQpass
16+
o PQsocket
17+
o PQbackendPID
18+
o PQsendQuery
19+
o PQgetResult
20+
o PQisBusy
21+
o PQconsumeInput
22+
o PQrequestCancel
23+
o PQgetlineAsync
24+
o PQputnbytes
25+
o PQmakeEmptyPGresult
26+
o PQbinaryTuples
27+
o PQfmod
28+
- fixed conndefaults()
29+
- fixed lo_read
1130

1231
1.7.4 May 28 1998
1332
- applied patches from

src/interfaces/perl5/Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#-------------------------------------------------------
22
#
3-
# $Id: Makefile.PL,v 1.8 1998/06/01 16:41:19 mergl Exp $
3+
# $Id: Makefile.PL,v 1.9 1998/09/27 19:12:21 mergl Exp $
44
#
55
# Copyright (c) 1997, 1998 Edmund Mergl
66
#

0 commit comments

Comments
 (0)