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