From 7b012026a99ac713977efc14e71439eccc95ebe8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 2 Jun 2002 22:36:30 +0000 Subject: [PATCH] Add PQescapeString and PQescapeBytea for Win32. --- src/interfaces/libpq/libpqdll.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/interfaces/libpq/libpqdll.def b/src/interfaces/libpq/libpqdll.def index 059707f87e..b75eb20fa6 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 -- 2.39.5