Re: Postgresql doubt ..

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

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 > >

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 connectio

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.