Hi there!
Today i installed my Postgres-SQL Server on a seperate Computer. The connection to that Database works really fine Now i wanted to convert/create a postgre-DB with my collected Data but that didn't work because of a strange Error:
[codevw5]Error creating table -ERROR_MSGS
7 - SQLSTATE = 42P07
ERROR: relation "error_msgs" already exists;
Error while executing the query.[/codevw5]
Thats strange because there is no "old" Database with the same name. Its a fresh system/database. I tried to convert a database with data and i tried a little bit later to convert an empty database. Both times the same error. I also opened the pgAdmin III, but there was only the system-database.
So wtf happened this error? Please help!