how do i login to postgres. I am loged in to a RH LInux 7.0 machine as root. when i type in at the terminal "psql"
i get an error "psql: FATAL 1: database "root" does not exist in the system catalog"
I do not know what users are set up on here because i was hired to replace the dbadmin that set up the dbserver.
Is there any way of figuring out the users. I know that in mysql, i could login as root and then be able to view the users with their permissions and datatbases. how do i login to postgres as root since i don't know what users are created.
Thank you in advanced
i get an error "psql: FATAL 1: database "root" does not exist in the system catalog"
I do not know what users are set up on here because i was hired to replace the dbadmin that set up the dbserver.
Is there any way of figuring out the users. I know that in mysql, i could login as root and then be able to view the users with their permissions and datatbases. how do i login to postgres as root since i don't know what users are created.
Thank you in advanced