Re: [ADMIN] Create & Alter Schema Permissions for a Login role in Postgresql database

2012-01-12 Thread Guillaume Lelarge
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

[ADMIN] Create & Alter Schema Permissions for a Login role in Postgresql database

2012-01-12 Thread Tripura
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