Don't know what kind of Linux you are running, but I am under Slackware 10.0
and adduser is found in /usr/sbin. Is that directory in your search path?
Use following command to find out:
echo $PATH
or
env
-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org]On Behalf Of
crdandridge1@comcast.net
Sent: Tuesday, February 28, 2006 1:24 PM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] install
adduser postgres comes back with error "command not found" how can i fix
this?
do i need to download something else with this source package?
i installed 8.1.3, i guess from source on ftp, and i'm running linux 10.0
thanks
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match