[GENERAL] PG module for apache

1999-07-30 Thread Mario Haza
If you're looking for the mod_auth_pgsql here is the address, it works on PG6.4.2 and Apache 1.3.6 ftp://ftp.eurolink.it/pub/linux/postgreSQL

Re: [GENERAL] libpq.so open failed

1999-08-04 Thread Mario Haza
Try to put these two lines on the /etc/profile: LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/pgsql/lib export LD_LIBRARY_PATH Mario "Mago" Haza Technological Research / Research Center for Educational Computing e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] Tel. (5) 627-021

[GENERAL] how to recover old data

1999-08-09 Thread Mario Haza
Is there any way that the data of a table (which was deleted by a programmer using delete from)? When i installed PostgreSQL one year ago i read something about it, but i haven't found on the manual. Thanks in advance.