On Tue, 2012-01-10 at 11:33 -0800, Tripura wrote:
> I have a Postgresql database with 3 Schemas (2 user defined and 1 public).
>
> I have script that takes backup of the user defined schema's and then drops
> the schema's.
>
> Now after doing some operations I want to restore the user defined sch
I have a Postgresql database with 3 Schemas (2 user defined and 1 public).
I have script that takes backup of the user defined schema's and then drops
the schema's.
Now after doing some operations I want to restore the user defined schemas
from the schema backup(schema_backup.out).
When I execut