[PHP-DB] RE : [PHP-DB] Re: RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-07 Thread Thomas Woerly
Not at all. No version number for Postgres there. --- Chris <[EMAIL PROTECTED]> a écrit : > Thomas Woerly wrote: > > Hello, > > > > Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from > me. > > > > With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is > 4

[PHP-DB] Re: RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-06 Thread Chris
Thomas Woerly wrote: Hello, Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me. With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2, so this is ok too. pgsql PostgreSQL Support enabled Active Persistent Links 0 Active Li

[PHP-DB] RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-06 Thread Thomas Woerly
Hello, Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me. With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2, so this is ok too. pgsql PostgreSQL Support enabled Active Persistent Links 0 Active Links

Re: [PHP-DB] pg_escape_bytea missing

2007-03-06 Thread Chris
Call to undefined function: pg_escape_bytea() in/home/demo/phpgwapi/inc/adodb/drivers/adodb-postgres64.inc.php on line 407 When searching the Web, some say it is due a bad version of PostgreSQL, since pg_escape_bytea() arrived at v.7.2. My Webmin and pg_config --version say I have a 7.4.14 ver

[PHP-DB] pg_escape_bytea

2004-02-17 Thread Hiro
hi! I am using pg_escape_bytea to store large object into PostgresSQL. Fortunaly, I can insert and retrieve the binary file in postgresql. I would like to research the text from mictosoft word documentaion and PDF and so on inside postgresql database. Do anyone know how to find text from