PQescapeString() and others?! - Mailing list pgsql-interfaces

From Lee Kindness
Subject PQescapeString() and others?!
Date
Msg-id 15723.18199.970944.123418@kelvin.csl.co.uk
Whole thread Raw
In response to PQescapeString() and others?!  (tp <tp@emaze.net>)
List pgsql-interfaces
Well...
grep PQescapeString /usr/include/*.h/usr/include/libpq-fe.h:extern size_t PQescapeString(char *to, const char *from,
size_tlength);nm -p /usr/lib/libpq.so | grep PQescapeString00007070 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
isnot defined in the *.h and:> $ nm -p /usr/lib/libpq.so | grep -i escape> $> > is not compiled in the library.> > Am I
missingsomething?> > -tp> 
 


pgsql-interfaces by date:

Previous
From: tp
Date:
Subject: PQescapeString() and others?!
Next
From: tp
Date:
Subject: Re: PQescapeString() and others?!