mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
added ECPGget_PGconn to exports.txt
This commit is contained in:
parent
6644be6ece
commit
e5fab267c5
@ -2333,5 +2333,9 @@ Thu, 20 Mar 2008 16:54:27 +0100
|
|||||||
- Changed statement escaping to not escape continuation line markers.
|
- Changed statement escaping to not escape continuation line markers.
|
||||||
- Bumped ecpg version to 4.4.1.
|
- Bumped ecpg version to 4.4.1.
|
||||||
- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
|
- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
|
||||||
- Bumped ecpglib version to 6.1.
|
|
||||||
|
Tue, 25 Mar 2008 13:43:27 +0100
|
||||||
|
|
||||||
|
- Also added ECPGget_PGconn to exports.txt.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
|
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4.2.1 2008/03/25 12:45:33 meskes Exp $
|
||||||
# Functions to be exported by ecpglib DLL
|
# Functions to be exported by ecpglib DLL
|
||||||
ECPGallocate_desc 1
|
ECPGallocate_desc 1
|
||||||
ECPGconnect 2
|
ECPGconnect 2
|
||||||
@ -25,3 +25,4 @@ ECPGsetconn 22
|
|||||||
ECPGstatus 23
|
ECPGstatus 23
|
||||||
ECPGtrans 24
|
ECPGtrans 24
|
||||||
sqlprint 25
|
sqlprint 25
|
||||||
|
ECPGget_PGconn 26
|
||||||
|
Loading…
x
Reference in New Issue
Block a user