1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Updated version.

This commit is contained in:
Bruce Momjian
1996-09-26 00:48:48 +00:00
parent fd067981be
commit dac4058722
3 changed files with 40 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ PGresult *doquery(char *query);
PGconn *connectdb();
void disconnectdb();
int fetch(void *param, ...);
int fetchisnull(void *param, ...);
int fetchwithnulls(void *param, ...);
void on_error_continue();
void on_error_stop();