Re: Problems invoking psql. Help please.

Поиск
Список
Период
Сортировка
От Luis Sousa
Тема Re: Problems invoking psql. Help please.
Дата
Msg-id 3DDB5826.5060308@ualg.pt
обсуждение исходный текст
Ответ на Problems invoking psql. Help please.  (Hugh Esco <hesco@greens.org>)
Список 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


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Tomasz Myrta"
Дата:
Сообщение: Re: Problems invoking psql. Help please.
Следующее
От: Luis Sousa
Дата:
Сообщение: Re: trying to learn plpqsql... so please forgive..