Author | Message |
---|---|
vkrishs
Posts: 1
|
Posted 18:11 May 07, 2013 |
Professor, When I am tring to retrieve the values from database I am getting the following error. org.postgresql.util.PSQLException: ERROR: permission denied for relation users. Please help me with this |
cysun
Posts: 2935
|
Posted 19:53 May 07, 2013 |
The PostgreSQL account you used to create the database is different from the one you specified in applicationContext.xml. |