From: Bruce Momjian Date: Sun, 2 Jun 2002 22:36:30 +0000 (+0000) Subject: Add PQescapeString and PQescapeBytea for Win32. X-Git-Tag: REL7_3~1464 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de1f32efc1fc734aca265f8b7077a72aefe744cc;p=thirdparty%2Fpostgresql.git Add PQescapeString and PQescapeBytea for Win32. --- 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