A
A
andreyzhuk2017-06-13 12:06:44
PostgreSQL
andreyzhuk, 2017-06-13 12:06:44

What to do with error in postgreSQL 9.5 relation dbo.users does not exist?

When connecting to a database (postgreSQL) from a client program, error 42P01 is issued, relation 'dbo.users' does not exist. What to do and what is it connected with?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
terrier, 2017-06-13
@andreyzhuk

The crystal ball tells me that you are migrating from SQL Server. If you are not already working with it, then the owner name prefixes ( dbo in your case ) need to be removed.
Well, in general, check
out https://wiki.postgresql.org/wiki/Microsoft_SQL_Ser...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question