Re: [ADMIN] Slow Remote connection

2002-07-01 Thread Jean-Arthur Silve
trust host all my_ip 255.255.255.255 trust where my_ip is an IP address May be I have a probleme with my system ? version of the kernel is 2.4 jean-arthur At 18:55 24/06/02 -0400, Tom Lane wrote: >Jean-Arthur Silve <[EMAIL PROTECTED]> writes: > > I have a httpd

[ADMIN] Slow Remote connection

2002-06-24 Thread Jean-Arthur Silve
Hi ! I have a httpd server on one server, and PostgresQL 7.2 on a second server (P4 1.7 Ghz / Linux ) on a local network. When there are about 20 (and more ) connection on the DB, the remote connecxtion to the DB from the web server is very long (about 5-10 sec) before have the prompt. On th

[ADMIN] Vacuum blocking...

2002-04-18 Thread Jean-Arthur Silve
Hello ! I used to run vacuum verbose analyze (vacuumdb -v -a -z) every days. Everything was ok for months until yesterday ! Usually, this command takes about 1 mn. Now, vacuum "blocks" on one table (apparently "comptes" table) , without HD activity, no error message avr 15 10:31:27 uranus

[ADMIN] Vacuum blocking...

2002-04-17 Thread Jean-Arthur Silve
Hello ! I used to run vacuum verbose analyze (vacuumdb -v -a -z) every days. Everything was ok for months until yesterday ! Usually, this command takes about 1 mn. Now, vacuum "blocks" on one table (apparently "comptes" table) , without HD activity, no error message avr 15 10:31:27 uranus

[ADMIN] Vacuum blocking...

2002-04-16 Thread Jean-Arthur Silve
Hello ! I used to run vacuum verbose analyze (vacuumdb -v -a -z) every days. Everything was ok for months until yesterday ! Usually, this command takes about 1 mn. Now, vacuum "blocks" on one table (apparently "comptes" table) , without HD activity, no error message avr 15 10:31:27 uranus

RE: [ADMIN] SOS !!: Porstgress forgot all ! Help !

2001-02-12 Thread Jean-Arthur Silve
I tried, but nothing has changed ! The strangest is I have a database which was not accessed sinc several days and even this one does not function in pg_class, I see for exemple that one on my table has ntuples=1800 but I can't access it... Well...I really dont know this time what to do..

[ADMIN] SOS !!: Porstgress forgot all ! Help !

2001-02-12 Thread Jean-Arthur Silve
At 14:12 12/02/01 +0100, Jean-Arthur Silve wrote: >Hi ! > >I did a pgdump on a database. It was ok > >After, all tables have dissapeard ,even those in other databases ! > >when I check in the data directories, all datas are here, but in pg_class, >there is no more t

[ADMIN] precisions on : Porstgress forgot all ! Help !

2001-02-12 Thread Jean-Arthur Silve
At 14:12 12/02/01 +0100, Jean-Arthur Silve wrote: >Hi ! > >I did a pgdump on a database. It was ok > >After, all tables have dissapeard ,even those in other databases ! > >when I check in the data directories, all datas are here, but in pg_class, >there is no more t

[ADMIN] Porstgress forgot all ! Help !

2001-02-12 Thread Jean-Arthur Silve
Hi ! I did a pgdump on a database. It was ok After, all tables have dissapeard ,even those in other databases ! when I check in the data directories, all datas are here, but in pg_class, there is no more tables ! (except system tables !) Is there a way to retrieve my lost tables ? jean-a

[ADMIN] Again Porstgress forgot all ! Help !

2001-02-12 Thread Jean-Arthur Silve
It s strange : I can do a "SELECT.." on my tables : return 0 rows (but there is 1000 rows !!!) but when i do "\d", it says "couldn't find any tables"... any idea ??? At 10:11 12/02/01 +0100, Jean-Arthur Silve wrote: >Hi ! > >I did a pgdump on a d

[ADMIN] Porstgress forgot all ! Help !

2001-02-12 Thread Jean-Arthur Silve
Hi ! I did a pgdump on a database. It was ok After, all tables have dissapeard ,even those in other databases ! when I check in the data directories, all datas are here, but in pg_class, there is no more tables ! (except system tables !) Is there a way to retrieve my lost tables ? jean-a

[ADMIN] ENABLE_SEQSCAN default value

2000-12-28 Thread Jean-Arthur Silve
Hello, I would like that the option ENABLE_SEQSCAN be OFF by default, without to have enter this statment at each session. (SET ENABLE_SEQSCAN=OFF) Is there an environment variable to set or something like that ?? thank you ! jean-arthur

[ADMIN] getprobyname problem

2000-12-21 Thread Jean-Arthur Silve
Hello ! I use POSTGRES 6.4... Everuthing was working ok for months, but since 3 days, I have sometimes when my PHP scrits try to connect : Warning: Unable to connect to PostgresSQL server: connectDB(): getprotobyname failed in /opt/htdocs/html/php/atos_lib.phtml on line 3 Have you any idea

Re: [ADMIN] Is that a bug?

2000-12-21 Thread Jean-Arthur Silve
Hello ! I use POSTGRES 6.4... Everuthing was working ok for months, but since 3 days, I have sometimes when my PHP scrits try to connect : Warning: Unable to connect to PostgresSQL server: connectDB(): getprotobyname failed in /opt/htdocs/html/php/atos_lib.phtml on line 3 Have you any idea

Re: [ADMIN] Slow access with PG 7.0

2000-12-06 Thread Jean-Arthur Silve
Thanks for your help pg_exec($dbh, "set enable_seqscan off;"); seems resolve my problem... I look at the docs, but I didn't understand very well what is the use of this variable ? thank you ! jean-arthur At 01:25 06/12/00 -0800, Alfred Perlstein wrote: >* Jean-Arthur Silve

[ADMIN] Slow access with PG 7.0

2000-12-06 Thread Jean-Arthur Silve
Hello, I have a problem : it seems that when a script access to a db for a SELECT (or table i don't really know), postgres locks the db or table and other scripts cannot access to this DB concurrently. So it's very very slow when this script (a PHP4 script) is called by several users... it's s