[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: postgresql
I have loaded Red Hat linux 5.2 in my machine.
Postgresql comes with this CD you don.t have to
Install it again. Only some setup is required to run the package. The
steps are :
Initialise these two variables
PGDATA and PGLIB as
PGDATA=/home/sitansu/data(I have done this for my data)
PGlIB=/usr/lib/pgsql
(Since the library is in this directory)
export PGLIB PGDATA
You can do this in any start up file
like .bash_prfile or .profile etc.
Then run initdb
$initdb
Then run postmaster in background
$postmaster &
$createdb mydb
It will create a database
$ psql mydb
It will connect to the database and show you a prompt
you can then give any SQL command in this prompt
For example
mydb=>create table employee (.......
But I don't know anythong about SuSE linux 6.0
If this information help you then I will
write more on How to run pgaccess.
O.K Bye
- --- Anand Raman <anandram@xxxxxxxxxxxxxxx> wrote:
> Hi all
> Did any one of u manage to get postgreSQL working
> for SuSE linux 6.0 (
> 2.0.36).
> I need some pointers for my installation is always
> failing on the
> configure and install stage
> Please let me know
> Thanx
> Anand
>
> --------------------------------------------------------------------
> For more information on Linux in India visit
> http://www.linux-india.org/
> Linux India is NOT a forum for
> Microsoft/India/Pakistan/US/UK bashing.
> Flame baits will not be tolerated. If you can
> appreciate satire read
> http://www.templetons.com/brad/emily.html
>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
Linux India is NOT a forum for Microsoft/India/Pakistan/US/UK bashing.
Flame baits will not be tolerated. If you can appreciate satire read
http://www.templetons.com/brad/emily.html
------------------------------