Re: Problems invoking psql. Help please.

From: Luis Sousa <llsousa(at)ualg(dot)pt>
To: Hugh Esco <hesco(at)greens(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problems invoking psql. Help please.
Date: 2002-11-20 09:38:46
Message-ID: 3DDB5826.5060308@ualg.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>
>
>> biko:/usr/bin# psql -U postgres
>> No database specified
>
Instead, do: su - postgres
Then do: psql template1 or psql -h <name of your computer> template1

> My pg_hba.conf temporarily reads:
>
>> local all trust
>> host all 127.0.0.1 255.255.255.255 trust
>> host template1 192.168.2.21 255.255.255.0 trust
>
For now, just remove any security and put this line:

host all 192.168.2.21 255.255.255.255 trust

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Thrasher 2002-11-20 09:44:49 Date trunc in UTC
Previous Message Oliver Elphick 2002-11-20 08:53:11 Re: Bug with sequence