Hello, PostgreSQL is case sensitive and the user table has a upper case U. So try:
SELECT * FROM "Users"; Add double quotes around table and field names. hope that helps. Daniel Rodrigo Cuevas schrieb: > hi, > use PostgreSQL ASP.NET 2.0 Membership, Role, Profile and Session-State > Store Provider Project > source > http://dev.nauck-it.de/aspsqlprovider/ > <http://dev.nauck-it.de/aspsqlprovider/#WelcometoPostgreSQLASP.NET2.0MembershipRoleProfileandSession-StateStoreProviderProject>After > creating the schema in the database execute the search: > select * from users; > and get the error > /relation/ "users" /does not exist/ > help please > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
