Re: Moving from MySQL - Mailing list pgsql-novice

From Tom Lane
Subject Re: Moving from MySQL
Date
Msg-id 25196.1042472133@sss.pgh.pa.us
Whole thread Raw
In response to Moving from MySQL  (Kevin Waterson <kevin@oceania.net>)
List pgsql-novice
Kevin Waterson <kevin@oceania.net> writes:
> Hi all, new to pgsql yadda yadda
> I have a default RedHat install and run into the following problem
> When trying to connect to postgres I get the following message..
> [kevin@anthem kevin]$ postgres

'postgres' is the server backend; you should not be invoking it
directly.  'psql' is the usual command-line frontend that you might
actually want to use.

However, now that you've killed the postmaster there is no server
process for psql to talk to.  You could restart the postmaster manually,
but it might be easier just to reboot the machine.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Henshall, Stuart - Design & Print"
Date:
Subject: Re: Moving from MySQL
Next
From: "Patrick Hatcher"
Date:
Subject: Re: Install postgres 7.2 on Mac problems