Results 1 to 3 of 3
Hi,
I install Postgres-7.3.2.tar.gz source on my system
It is working fine
as a postgres user if I use command " usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data > logfile >2 > &1 &"
...
- 08-13-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 24
Postgres database server
Hi,
I install Postgres-7.3.2.tar.gz source on my system
It is working fine
as a postgres user if I use command "usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data > logfile >2 > &1 &"
$ psql test
then I am abel to connect database server on port 5432 but I need to start
database server after every boot
with out given above command is it possible to start postgres automatically
if I use su - postgres
$psql test
then I must be connect testdatabase
please tell me which file I need to link and where
is there any procedure.
Regards-
Mahesh
- 08-13-2005 #2
- 08-13-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 24
postgres
Hi,
Thanks For help. I solved that now my system connect to postgres database after boot.
Regards-
Mahesh


Reply With Quote
