1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update pgeasy examples

This commit is contained in:
Bruce Momjian
2000-04-28 22:49:25 +00:00
parent 9bd604f3be
commit 0ccf3c8877
5 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@
#include "libpq-fe.h"
#include "halt.h"
#include "libpgeasy.h"
#include <libpgeasy.h>
PGresult *attres,
*relres;