Re: [GENERAL] Connexion to Postgresql using TCP/IP

2004-07-23 Thread Tom Lane
=?iso-8859-1?Q?Secr=E9tariat?= <[EMAIL PROTECTED]> writes: > I edit /etc/rc.d/init.d/postgresql, > and I replace the values for PGDATA with the path to my database. > Now I can connect the PC when I use : > service postgresql start > It was due to an update from PG 7.3 to PG 7.4 who has modified t

Re: [GENERAL] Connexion to Postgresql using TCP/IP

2004-07-23 Thread Secrétariat
- Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Secrétariat" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 4:33 PM Subject: Re: [GENERAL] Connexion to Postgresql using TCP/IP > =?iso-8859-1?Q?Secr=E9taria

Re: [GENERAL] Connexion to Postgresql using TCP/IP

2004-07-23 Thread Tom Lane
=?iso-8859-1?Q?Secr=E9tariat?= <[EMAIL PROTECTED]> writes: > I use a PostgreSQL server 7.4 on Linux Mandrake 10 with IP 192.168.0.15, > a database gestix is created. > An PostegreSQL user "postgres" id defined on this server, > I add in the .bash_profile of this user the line : > PGDATA=$HOME/data;