Re: VERY basic - Mailing list pgsql-general

From Doug McNaught
Subject Re: VERY basic
Date
Msg-id m31yfe8s3f.fsf@varsoon.denali.to
Whole thread Raw
In response to VERY basic  (paul <psimdars@lisco.com>)
List pgsql-general
To use the Red Hat packages, all you have to do is:

# /etc/init.d/postgresql start
[this will initialize the database for you]
# chkconfig postgresql on
[this will make sure it comes up at the next reboot]

# su - postgres
$ psql template1
> ...

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863


pgsql-general by date:

Previous
From: "Tim Barnard"
Date:
Subject: Re: What about libpq-fe.h ?
Next
From: Doug McNaught
Date:
Subject: Re: deleting an identical record