Open GoogleCodeExporter opened 8 years ago
the pgsql file are in /usr/local/cubit/pgsql/bin
can I add an link file to that location somewhere?
Original comment by meesterarend
on 10 May 2012 at 9:53
What path is displayed when you look it up in the db? To look it up I would do
the following on my computer:
jean@devbox:/var/www$ psql -U postgres cubit
psql (8.4.11)
Type "help" for help.
cubit=# select decode(locat, 'base64') from psql_location;
decode
----------
/usr/bin
(1 row)
Original comment by jmoggee
on 11 May 2012 at 12:59
This is what I have
select decode(locat, 'base64') from psql_location;
decode
----------------------------
/usr/local/cubit/pgsql/bin
Original comment by meesterarend
on 14 May 2012 at 11:56
Can you confirm that you can run the psql binary from
/usr/local/cubit/pgsql/bin/psql ? Also make sure that permissions have been set
so that www-data or nobody (whichever your installation uses) can execute psql?
Original comment by jmoggee
on 14 May 2012 at 1:04
Setting the permissions to 777 did it once again.
Thanks
Original comment by meesterarend
on 15 May 2012 at 7:42
Original issue reported on code.google.com by
meesterarend
on 10 May 2012 at 9:14