In postgresql , I am getting duplicates in a schema when I restore some tables in to a other schema in the same db .why?

106 views Asked by At

In postgres 9.5 , I have a db called test. where I have 2 schemas 1.public 2. testcase when i try to restore tables from public to testcase shema. I creates duplicates in public schema and I couldn't view even a single table in testcase schema aftre the restoration. But it doesn't shows any error

0

There are 0 answers