Thread: PHP configuration options
Dear Dave, Hi again. There is also another requirement for PHP: --enable-trans-sid This option allows to manage sessions without cookies, which is fine in the case of a public site like pgAdmin. A summary of needed ./configure options: ./configure --without-mysql --with-pgsql=/usr/local/pgsql --with-gettext --with-apxs=/usr/local/apache/bin/apxs --with-iconv --enable-mbstring=all --enable-trans-sid --enable-wddx --enable-magic-quotes Cheers, Jean-Michel
done. > -----Original Message----- > From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] > Sent: 01 August 2003 21:03 > To: pgadmin-hackers@postgresql.org > Cc: Dave Page > Subject: PHP configuration options > > > Dear Dave, > > Hi again. There is also another requirement for PHP: > --enable-trans-sid > > This option allows to manage sessions without cookies, which > is fine in the > case of a public site like pgAdmin. A summary of needed > ./configure options: > > ./configure --without-mysql > --with-pgsql=/usr/local/pgsql > --with-gettext > --with-apxs=/usr/local/apache/bin/apxs > --with-iconv > --enable-mbstring=all > --enable-trans-sid > --enable-wddx > --enable-magic-quotes > > Cheers, > Jean-Michel > >
On Sunday 03 August 2003 21:06, you wrote: > done. Thanks a lot. UTF-8 display now works... Cheers, Jean-Michel
Hi everyone, Anybody knows if there is a way to replicate some tables of a postgres database to a MS Access database? And if so, I'll appreciate if you give me a usefull link for this. Thanks in advance. Abdüsselam Karataş
Dear Abdusselam Karatas. ----- Original Message ----- From: "Abdusselam Karatas" <akaratas@mail.tru.net.tr> > Hi everyone, > > Anybody knows if there is a way to replicate some tables of a postgres database to a MS Access > database? The best method that it is use psqlODBC. It opens with MS Access, and a requirement will be satisfied flexibly by the intake of the outside data. And, if there are other requirements, [pgsql-odbc] : mailing list is suitable. See. http://gborg.postgresql.org/project/psqlodbc/projdisplay.php Regards Hiroshi Saito