> I bringing up PostgreSQL 7.1.3 on a Free BSD 4.5 system, installed from
> ports, using defaults. I copied the sample versions of pg_hba.conf and
> postgresql.conf to new files, removing the .sample part.
>
> This command works fine:
> psql -U pgsql database
>
> but if I specify a hostname:
> psql -U pgsql -h localhost cn
>
> I get:
> psql: connectDBStart() -- connect() failed: Connection refused
> Is the postmaster running (with -i) at 'localhost'
postmaster -i ??
-i -----> enable TCP/IP connections
> .....
Best regard!
mpls