projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85af3be
)
Add PQescapeString and PQescapeBytea for Win32.
author
Bruce Momjian
Sun, 2 Jun 2002 22:36:30 +0000
(22:36 +0000)
committer
Bruce Momjian
Sun, 2 Jun 2002 22:36:30 +0000
(22:36 +0000)
src/interfaces/libpq/libpqdll.def
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/libpqdll.def
b/src/interfaces/libpq/libpqdll.def
index 059707f87ea1d025566ce49b63f23def8311cc15..b75eb20fa6e5702886e4eeb313f7dfb030ad1bc9 100644
(file)
--- 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