I am using PostgreSQL
and I am trying to run a simple Hibernate
application, in particular the application decribed in the page. My hibernate.cfg.xml f
The question has been correctly answered. By the way, I'd like to add something. You put
postgres
user
It's not a good option to change postgres password default (it carries security problems), and it isn't secure using postgres user as owner in a DB. For more information, see the following link https://serverfault.com/questions/110154/whats-the-default-superuser-username-password-for-postgres-after-a-new-install/325596#325596 Sorry for this disgression, but I think it could be useful.