Re: Installation Postgresql - Mailing list pgsql-general

From Chris
Subject Re: Installation Postgresql
Date
Msg-id 1082993209.5038.100.camel@dell
Whole thread Raw
In response to Installation Postgresql  (Stephen Salbod <ssalbod@pace.edu>)
List pgsql-general
> [SuSE]
> I would appreciate if someone can give me hand
> so I can have a good experience installing postgresql .

If you're a complete *nix newbie you should consider
using the precompiled PostgreSQL package that comes with
your copy of SuSE. You can install it with Yast.

The ./configure, make, ... steps are NOT necessary then,
they're for compiling from source.

For getting started with PostgreSQL, you can start it
by using the "service" menu entry from the SUSE GUI
(I'm not using this, so I'm guessing the name...)

You should be able to access the database by using the command line
tools from a terminal window: createdb, psql. Try to see the
man pages, or look up the books you cited (or ask again), if
you get stuck.


Bye, Chris.



pgsql-general by date:

Previous
From: "Sumita Biswas"
Date:
Subject: Re: Postgres DB
Next
From: pavel_sorokin@lycos.com (Pavel Sorokin)
Date:
Subject: Problem updating a large binary field (PostgreSQL, ODBC, VC++)