[BUGS] BUG #2801: zope 2.5.1-2.6 doesn't work with postgresql 7.4.7

2006-12-01 Thread carmelo

The following bug has been logged online:

Bug reference:  2801
Logged by:  carmelo
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 7.4.7
Operating system:   debian linux
Description:zope 2.5.1-2.6 doesn't work with postgresql 7.4.7
Details: 

When I try to connect my dbs from zope, follow:

psycopg.OperationalError
could not connect to server: Connection refused
Is the server running on host localhost and accepting
TCP/IP connections on port 5432?

---(end of broadcast)---
TIP 6: explain analyze is your friend


[BUGS] BUG #2805: restore backup

2006-12-03 Thread carmelo

The following bug has been logged online:

Bug reference:  2805
Logged by:  carmelo
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 7.4.7
Operating system:   linux 2.4.2 debian
Description:restore backup
Details: 

Dear all,
I've update postgresql from postgresql_7.2.1-2_i386.deb to 7.4.7-6sarge3 and
now I would restore my old data (pg_dump bombole > db_bombole_01dic06),
seems it work but when I try to do:
cat db_bombole_01dic06 | psql bombole or
psql -f db_bombole_01dic06 bombole or
psql bombole < db_bombole_01dic06
I get only the table but not the data inside it, why?

Waiting for your reply, thank you in advance

Kind regards
Carmelo

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly