|
|
@ -7,7 +7,7 @@ |
|
|
|
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* |
|
|
|
* |
|
|
|
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.104 2004/03/24 03:44:59 momjian Exp $ |
|
|
|
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.105 2004/08/11 18:06:01 tgl Exp $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -248,6 +248,7 @@ extern PGTransactionStatusType PQtransactionStatus(const PGconn *conn); |
|
|
|
extern const char *PQparameterStatus(const PGconn *conn, |
|
|
|
extern const char *PQparameterStatus(const PGconn *conn, |
|
|
|
const char *paramName); |
|
|
|
const char *paramName); |
|
|
|
extern int PQprotocolVersion(const PGconn *conn); |
|
|
|
extern int PQprotocolVersion(const PGconn *conn); |
|
|
|
|
|
|
|
extern int PQserverVersion(const PGconn *conn); |
|
|
|
extern char *PQerrorMessage(const PGconn *conn); |
|
|
|
extern char *PQerrorMessage(const PGconn *conn); |
|
|
|
extern int PQsocket(const PGconn *conn); |
|
|
|
extern int PQsocket(const PGconn *conn); |
|
|
|
extern int PQbackendPID(const PGconn *conn); |
|
|
|
extern int PQbackendPID(const PGconn *conn); |
|
|
|