Re: VMWare connection

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: VMWare connection
Дата
Msg-id 200208232250.53010.jm.poure@freesurf.fr
обсуждение исходный текст
Ответ на VMWare connection  ("Vikram Khurana" <vkhurana@mail.nmfs.hawaii.edu>)
Список pgadmin-support
Le Vendredi 23 Août 2002 21:49, Vikram Khurana a écrit :
> I'll appreciate it if someone can point me to some HOWTO's on the web. I
> couldn't find any on the archive for this mailing list or on Google.

You can read pgAdmin2 online help which includes PostgreSQL user manual.

Basically, you need to :

1) declare you client hosts in /var/lib/pgsql/data/pg_hba.conf
For example, to be sure to connect, add:
host    all     192.168.0.0     255.255.255.0       trust

2) enable "socket_connexion = true" in /var/lib/pgsql/data/postgresql.conf

3) Don't forget to restart PostgreSQL service typing
"service postgresql restart"

Cheers,
Jean-Michel



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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: VMWare connection
Следующее
От: "Karim R. Lakhani"
Дата:
Сообщение: limiting the number of rows displayed