I cannot access/create a database from root or any of the other accounts I have setup for RH9. I noticed that there is a user setup for postgres (I guess this part of the postgres install) but can’t login as that user. I can’t even read or change the password. How do I get at PostGreSql?You need to be the user postgres. Try psql -U postgres template1 . You may also have to initdb the database.
Secondarily – does anyone know if JDBC drivers are part of the RH9 PostGreSql install?
No. Try jdbc.postgresql.org
Or you can get an all in one package from www.commandprompt.com
Sincerely,
Joshua Drake
Thanks in advance.
Michael
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match