> Can anybody help me to bring TOra to work with pgsql? > I have problems to get the connection to the Database. I edited the > postgresql.conf to enable TCP/IP and the pg_hba.conf for this computer. > But I'm still only able to connect to pgsql with webmin but not with any > other program. > Thanks > Joerg 1. Edit /var/lib/pgsql/data/postgresql.conf as follows: tcpip_socket = true 2. Verify that qt-PostgreSQL is installed. 3. Verify that permissions are set appropriately in /var/lib/pgsql/data/pg_hba.conf. Once you do that Tora should work. Good luck, Brian