pgaccess command not found

From: pu (leejen666_at_hotmail.cm)
Date: 02/26/04


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



Relevant Pages

  • Re: Setting up PostgreSQL on Debian...
    ... >> able to create databases or users, you need to grant those privileges, ... I didn't see a place to log on directly in pgAccess. ... That user needs to be created (by user 'postgres') with creation ... You're running pgaccess as the Debian user logged in which means that ...
    (Debian-User)
  • Re: Setting up PostgreSQL on Debian...
    ... >> privileges? ... I didn't see a place to log on directly in pgAccess. ... You're running pgaccess as the Debian user logged in which means that ... > (unless you want to restrict that to user postgres). ...
    (Debian-User)
  • Re: pgaccess command not found
    ... > I installed postgres like this: ... > and main for pgaccess to work) ... > bash$ createdb mydatabase ...
    (linux.redhat)
  • Re: pgaccess command not found
    ... >> bash$ pgaccess mydatabase ... > version/rpms did you install, where did you get them from? ... [root@linux_pc1 RPMS]# pgaccess ...
    (linux.redhat)
  • Re: pgaccess command not found
    ... >> bash$ pgaccess mydatabase ... > version/rpms did you install, where did you get them from? ... [root@linlee RPMS]# ls postgres* ...
    (linux.redhat)