Hi Sean,
I could reproduce and solve the problem here, so this might help you:
PGLIB=/var/lib/pgsql
PGDATA=/home/tango/db
PGPASSWORD=$PGLIB/test
the $PGLIB/test is the path to the file containing the users generated with
pg_passwd,
this environment variabele should in your case be set for the u
wim wrote:
>
> Hi Sean,
>
> I'm approaching my database over the internet as well. I wondered what you
> use to connect to the database,
> are you using ODBC or is there a httpd server connecting to the database
> using some module like php?
> If the last one is the case, then the machine runnin
I have been using strictly TRUST access through hba up to now because
all my SQL boxes have been inside of firewalled systems. However, now I
need to allow access to a postgreSQL box that is on the Internet. This
box needs to grant access to two Linux boxes and one Windows computer
that have dy