Re: Getting started - Mailing list pgsql-novice

From Ognjen Blagojevic
Subject Re: Getting started
Date
Msg-id 4BC446E6.1000900@etf.bg.ac.rs
Whole thread Raw
In response to Getting started  (Donn Washburn <n5xwb@comcast.net>)
List pgsql-novice
Donn Washburn wrote:
> Hey Group;
>
> I am a novice for sure with postgres.  I do have some experience with
> that "M" database.  However, that amounts to upgrading from version 1 to
> version 2.  What is the best place to start with postgres.  I do have it
> running after debugging openSuSE /etc/init.d/pgsql script.
>
> 2608 ? Ss 0:01 /usr/bin/postmaster -D /var/lib/pgsql/data
>
> What is next?  I have a commercial application that requires postgres.'

Start with this one:

   http://www.postgresql.org/docs/8.4/static/tutorial-start.html

If you need richer client than psql, you might consider pgAdmin III.

If you need to have SQL client on one machine and server on other you
will probably need some basic understanding of configuration files
postgresql.conf, and pg_hba.conf.

Regards,
Ognjen



pgsql-novice by date:

Previous
From: "Machiel Richards"
Date:
Subject: Autvacuum and Analyze stats?
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: Autvacuum and Analyze stats?