Re: [GENERAL] problem accessing a database

2006-11-03 Thread A. Kretschmer
am Fri, dem 03.11.2006, um 17:06:01 +0100 mailte Luca Ferrari folgendes: > On Friday 03 November 2006 16:40 Andreas Kretschmer's cat, walking on the > keyboard, wrote: > > > > try psql -h localhost ... > > > That worked! > Thanks, Great, okay. The reason is, without -h, psql connect to the d

Re: [GENERAL] problem accessing a database

2006-11-03 Thread Luca Ferrari
On Friday 03 November 2006 16:40 Andreas Kretschmer's cat, walking on the keyboard, wrote: > > try psql -h localhost ... That worked! Thanks, Luca ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate

Re: [GENERAL] problem accessing a database

2006-11-03 Thread Andreas Kretschmer
Luca Ferrari <[EMAIL PROTECTED]> schrieb: > On Friday 03 November 2006 16:17 A. Kretschmer's cat, walking on the > keyboard, > wrote: > > Yes, this is okay. Do you have an other line with host all all ... below > > this line? Have you restart/reload the database after editing? > > > Of course

Re: [GENERAL] problem accessing a database

2006-11-03 Thread Luca Ferrari
On Friday 03 November 2006 16:17 A. Kretschmer's cat, walking on the keyboard, wrote: > Yes, this is okay. Do you have an other line with host all all ... below > this line? Have you restart/reload the database after editing? Of course I've a similar line for the ipv6 connections and the followi

Re: [GENERAL] problem accessing a database

2006-11-03 Thread A. Kretschmer
am Fri, dem 03.11.2006, um 15:58:51 +0100 mailte Luca Ferrari folgendes: > On Friday 03 November 2006 15:44 A. Kretschmer's cat, walking on the > keyboard, > wrote: > > The settings in your pg_hba.conf. > > This file contains comments, read this to understand the proper content. > > I guess, you

Re: [GENERAL] problem accessing a database

2006-11-03 Thread Luca Ferrari
On Friday 03 November 2006 15:44 A. Kretschmer's cat, walking on the keyboard, wrote: > The settings in your pg_hba.conf. > This file contains comments, read this to understand the proper content. > I guess, you want change the method to trust. But I've already configured pg_hba.conf (maybe in a

Re: [GENERAL] problem accessing a database

2006-11-03 Thread A. Kretschmer
am Fri, dem 03.11.2006, um 15:36:04 +0100 mailte Luca Ferrari folgendes: > Hi all, > I've got a database on a server that can be accessed thru the user wwwrun > with > no password. Now I'd like to copy it on my laptop, so I created the wwwrun > (with no password) and thru pg_dump and pg_restore

[GENERAL] problem accessing a database

2006-11-03 Thread Luca Ferrari
Hi all, I've got a database on a server that can be accessed thru the user wwwrun with no password. Now I'd like to copy it on my laptop, so I created the wwwrun (with no password) and thru pg_dump and pg_restore I copied the database on the laptop. The problem is that on the latter I'm unable t