diff options
author | Bruce Momjian | 2002-06-02 22:36:30 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-06-02 22:36:30 +0000 |
commit | de1f32efc1fc734aca265f8b7077a72aefe744cc (patch) | |
tree | 7c2cf8d7f87a88313dd106fa3250494f0c01c958 /src | |
parent | 85af3be5e2c27ec6cf3eacc70abda8713828131c (diff) |
Add PQescapeString and PQescapeBytea for Win32.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/libpqdll.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/libpq/libpqdll.def b/src/interfaces/libpq/libpqdll.def index 059707f87ea..b75eb20fa6e 100644 --- a/src/interfaces/libpq/libpqdll.def +++ b/src/interfaces/libpq/libpqdll.def @@ -88,3 +88,5 @@ EXPORTS PQsetClientEncoding @ 85 PQsetnonblocking @ 86 PQfreeNotify @ 87 + PQescapeString @ 88 + PQescapeBytea @ 89 |