Re: Now what? - Mailing list pgsql-general

From Jonathan Bartlett
Subject Re: Now what?
Date
Msg-id Pine.LNX.4.21.0106052047580.32730-100000@sdf.lonestar.org
Whole thread Raw
In response to Now what?  (Brian Kejser <bkejser@KAISERDIGITAL.com>)
List pgsql-general
First, run the postmaster,

as root:
/sbin/service postgres start
        (may be postgresql)

This should create an initial database.

Then, su to the user postgres and do
createuser YOURUSERNAME

and sign yourself up for all the priviledges.

Then, as yourself, do
createdb

That gives you a database with the same name as your username.

To connect to the database, just run
psql

and you're off and running!


johnnyb6@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org

On Tue, 29 May 2001, Brian Kejser wrote:

> Hi
>
> I'm brand new to postgresql so I apologize if this sounds a bit stupid. I
> just installed the lib and server RPMS for 7.1.1.4 on Redhat 6.2. Now what?
> What do I have to do to connect to the database? How do I create my first
> procedure?
>
> Thanks
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


pgsql-general by date:

Previous
From: mordicus
Date:
Subject: Vacuum problem on large table
Next
From: "Jose-Manuel Lorenzo-Lopez"
Date:
Subject: About multiple access to a table