pgsql/ oc/src/sgml/libpq.sgml rc/include/utils ...

Started by Bruce Momjianover 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/03/04 18:59:15

Modified files:
doc/src/sgml : libpq.sgml
src/include/utils: elog.h
src/interfaces/libpq: fe-exec.c libpq-fe.h

Log message:
Add PQunescapeBytea libpq function.

Everyone using libpq and bytea is probably having to invent this wheel..

Patrick Welche