Re: [INTERFACES] connecting: unix socket? Yes. TCPIP port? No. -i? Yes.

Поиск
Список
Период
Сортировка
От James Thompson
Тема Re: [INTERFACES] connecting: unix socket? Yes. TCPIP port? No. -i? Yes.
Дата
Msg-id Pine.GSO.4.05.9902052216430.4380-100000@noether.math.ksu.edu
обсуждение исходный текст
Ответ на connecting: unix socket? Yes. TCPIP port? No. -i? Yes.  (Bob VonMoss <bvonmoss@bigfoot.com>)
Список pgsql-interfaces
On Fri, 5 Feb 1999, Bob VonMoss wrote:

> I'm just getting into PostGreSQL and would ultimately like to
> communicate from a java/JDBC applet through the web with PostGreSQL on a
> Solaris unix system. I've had a user account created for me. I'm able to
> do everything so far from the commandline through unix sockets by
> running 'psql' and 'createdb mydb'.
>

I'm new to postgresql as well but I had a similar problem.  The
pg_hba.conf file by default allows connections from the localhost and unix
socks but not tcp connections from other machines.  The default USERAUTH
is to trust connections from these two sources.

I switched to crypt userauth and added a third connection type to the file
host         all         192.168.1.0   255.255.255.0     crypt

and it solved my problems.

->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<
James Thompson    138 Cardwell Hall  Manhattan, Ks   66506    785-532-0561
Kansas State University                          Department of Mathematics
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<



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

Предыдущее
От: Bob VonMoss
Дата:
Сообщение: connecting: unix socket? Yes. TCPIP port? No. -i? Yes.
Следующее
От: "Billy G. Allie"
Дата:
Сообщение: Re: [INTERFACES] Using libpq without LD_LIBRARY_PATH