Re: JDBC driver & local server - Mailing list pgsql-novice

From Christian Pöcher
Subject Re: JDBC driver & local server
Date
Msg-id 002301c405d2$996fab80$110acad4@dose
Whole thread Raw
In response to JDBC driver & local server  (stm23 <STM23@student.canterbury.ac.nz>)
List pgsql-novice
----- Original Message -----
From: "stm23" <STM23@student.canterbury.ac.nz>
To: <pgsql-novice@postgresql.org>
Sent: Tuesday, March 09, 2004 7:14 AM
Subject: [NOVICE] JDBC driver & local server

> also, when i type the command: psql
> i get:
> 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"?

Is the postmaster running on your system? It is the main process of the
server and psql is merely an interactive terminalclient to the server. Basic
documentation is here:
http://www.postgresql.org/docs/7.4/interactive/tutorial-start.html For the
beginning the first chapter should be suffice.

chris


pgsql-novice by date:

Previous
From: daq
Date:
Subject: Re: Getting Column Information from a Table with psql
Next
From: Mohan
Date:
Subject: Re: JDBC driver & local server