PQescapeString() and others?!

From: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
To: tp(at)emaze(dot)net
Cc: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, pgsql-interfaces(at)postgresql(dot)org
Subject: PQescapeString() and others?!
Date: 2002-08-27 09:32:07
Message-ID: 15723.18199.970944.123418@kelvin.csl.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Well...

grep PQescapeString /usr/include/*.h
/usr/include/libpq-fe.h:extern size_t PQescapeString(char *to, const char *from, size_t length);
nm -p /usr/lib/libpq.so | grep PQescapeString
00007070 T PQescapeString

So I'm guessing you need to supply more info!

tp writes:
> Hi,
>
> http://www.postgresql.org/idocs/index.php?libpq-exec.html#LIBPQ-EXEC-ESCAPE-STRING
>
> this function is not defined in the *.h and:
> $ nm -p /usr/lib/libpq.so | grep -i escape
> $
>
> is not compiled in the library.
>
> Am I missing something?
>
> -tp
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message tp 2002-08-27 09:35:00 Re: PQescapeString() and others?!
Previous Message tp 2002-08-27 09:28:45 PQescapeString() and others?!