1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

added ECPGget_PGconn to exports.txt

This commit is contained in:
Michael Meskes
2008-03-25 12:45:33 +00:00
parent 6644be6ece
commit e5fab267c5
2 changed files with 7 additions and 2 deletions

View File

@@ -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
ECPGallocate_desc 1
ECPGconnect 2
@@ -25,3 +25,4 @@ ECPGsetconn 22
ECPGstatus 23
ECPGtrans 24
sqlprint 25
ECPGget_PGconn 26