pgaccess command not found
From: pu (leejen666_at_hotmail.cm)
Date: 02/26/04
- Next message: Nils O. Selåsdal: "Re: pgaccess command not found"
- Previous message: Nils O. Selåsdal: "Re: Software installation woes"
- Next in thread: Nils O. Selåsdal: "Re: pgaccess command not found"
- Reply: Nils O. Selåsdal: "Re: pgaccess command not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Feb 2004 23:30:33 +1000
Hi all,
I installed postgres like this:
===begin===
# rpm -i postgre*.rpm (Must install all packages clients, devel, data
and main for pgaccess to work )
# man chkconfig
# chkconfig --add postgresql (to start pg during booting)
# /etc/rc.d/init.d/postgresql start (to start up postgres)
# man xhost
# xhost + (To give display access for pgaccess)
# su - postgres
bash$ man createdb
bash$ createdb mydatabase
bash$ man psql
bash$ psql mydatabase
..... in psql press up/down arrow keys for history line editing or \s
bash$ export DISPLAY=<hostname>:0.0
bash$ man pgaccess
bash$ pgaccess mydatabase
===end===
Everything works except pgaccess. I have googled and although plenty of
info, none seems to fix the problem. I am using Linux 6.2.
Thanks in advance.
Leigh
CC to leejen666@hotmail.com
- Next message: Nils O. Selåsdal: "Re: pgaccess command not found"
- Previous message: Nils O. Selåsdal: "Re: Software installation woes"
- Next in thread: Nils O. Selåsdal: "Re: pgaccess command not found"
- Reply: Nils O. Selåsdal: "Re: pgaccess command not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|