Re: Getting started

Поиск
Список
Период
Сортировка
От Ognjen Blagojevic
Тема Re: Getting started
Дата
Msg-id 4BC4449B.2070308@rcub.bg.ac.rs
обсуждение исходный текст
Ответ на Getting started  (Donn Washburn <n5xwb@comcast.net>)
Ответы Re: Getting started  (Donn Washburn <n5xwb@comcast.net>)
Список 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 по дате отправления:

Предыдущее
От: "L. Loewe"
Дата:
Сообщение: Re: slow plan on join when adding where clause
Следующее
От: "Daniel Hutchison"
Дата:
Сообщение: Hello, and (hopefully) noob questions