[odb-users] Cannot create schema

Boris Kolpackov boris at codesynthesis.com
Mon Oct 31 15:02:37 EDT 2011


Hi Michał,

Michał Snoch <kontakt at msnoch.pl> writes:

> When I try to run your test I'm getting
>
> FATAL:  role "myky" does not exist

This simply means that you are using myky as a login (role in
PostgreSQL speak) and it doesn't exist. Make sure that the
login and database name you are using to run the test are set
up correctly (try to login using psql and make sure you can
create tables, etc). If you need help with this please ask on
the PostgreSQL mailing lists/forums.

Boris



More information about the odb-users mailing list