Thank you Julian, Sean and Adam for your help on this.

It was indeed some problem involving the permissions of the *Linux* user
('admin') versus the *Postgres* superuser ('postgres')

The problem has been solved by creating a Postgres superuser also named
'admin' as follows:

admin:~/crud1 $ sudo -i

root:~ # su - postgres

postgres:~ $ createuser -P -s -e admin

postgres:~ $ exit

root:~# exit

admin:~/crud1 $

Then I recompiled the urp file, executed the generated sql script, and ran
the application.
_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur

Reply via email to