Add PQunescapeBytea libpq function.
Bruce Momjian <bruce@momjian.us>
Add PQunescapeBytea libpq function. Everyone using libpq and bytea is probably having to invent this wheel.. Patrick Welche
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +20 −1 |
| src/include/utils/elog.h | modified | +23 −22 |
| src/interfaces/libpq/fe-exec.c | modified | +90 −1 |
| src/interfaces/libpq/libpq-fe.h | modified | +4 −1 |