Re: Postgresql doubt ..

2001-11-20 Thread Oliver Elphick
p wrote: here's all i did: 1. # su postgres 2. createuser foo 3. createdb foo 4. $ psql data-base foo: the foo for #3 above synopsis: 1: to change to postres administrator; 2: to create user/non-root access (to the postgres

Postgresql doubt ..

2001-11-19 Thread shyamk
[EMAIL PROTECTED] shyam]$ xhost + [EMAIL PROTECTED] shyam]$ su postgres bash $createdb shyamdb psql.connectDBStart() ... connect() failed : Cannot respond Is the postmaster running at 'localhost' accepting connection on Unix socket '1234' ? createdb : database creation failed.

Re: Postgresql doubt ..

2001-11-19 Thread p
On Mon, Nov 19, 2001 at 09:45:55PM +0530, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] shyam]$ xhost + [EMAIL PROTECTED] shyam]$ su postgres bash $createdb shyamdb psql.connectDBStart() ... connect() failed : Cannot respond Is the postmaster running at 'localhost' accepting connection on

Re: Postgresql doubt ..

2001-11-19 Thread p
On Mon, Nov 19, 2001 at 08:36:30PM +, p wrote: On Mon, Nov 19, 2001 at 09:45:55PM +0530, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] shyam]$ xhost + [EMAIL PROTECTED] shyam]$ su postgres bash $createdb shyamdb psql.connectDBStart() ... connect() failed : Cannot respond Is the