From: | "TaChung Huang" <tachung_h(at)yahoo(dot)com> |
---|---|
To: | "'Paul Kavanagh'" <p_kavanagh(at)yahoo(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Connection problem (newbie question) |
Date: | 2002-12-07 21:48:25 |
Message-ID: | 005101c29e3a$5f815b40$6600a8c0@BLUEFIN |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
HI Paul: you would need to specify a database name such as the
"template1". The "template1" database is installed by default as you
install PostgreSQL.
psql <database name>
If you do not specify a database name, the default database name that
psql will use is 'postgresql"
Regards
TaChung Huang (黃大忠)
-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Paul Kavanagh
Sent: Saturday, December 07, 2002 12:51 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Connection problem (newbie question)
Hi,
I've just installed Postgresql 7.3 via Cygwin on Win2K, started the
postmaster successfully, yet cannot connect using psql. See below for
trace:
$ pg_ctl start -D /usr/share/postresql/data -l serverlog postmaster
successfully started
$ psql
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
I've attached my .conf.
Any ideas ?
Thanks in advance,
-Paul
From | Date | Subject | |
---|---|---|---|
Next Message | Erin Munro | 2002-12-07 23:42:00 | WAL disk space |
Previous Message | Paul Kavanagh | 2002-12-07 20:51:09 | Connection problem (newbie question) |