Re: Moving from MySQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Waterson <kevin(at)oceania(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Moving from MySQL
Date: 2003-01-13 15:35:33
Message-ID: 25196.1042472133@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Kevin Waterson <kevin(at)oceania(dot)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(at)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Patrick Hatcher 2003-01-13 16:35:38 Re: Install postgres 7.2 on Mac problems
Previous Message Henshall, Stuart - Design & Print 2003-01-13 14:10:48 Re: Moving from MySQL