Re: [GENERAL] Copy of a schema

2005-10-27 Thread A. Kretschmer
am 27.10.2005, um 11:13:43 +0200 mailte Frederic Massot folgendes: > Hi, > > I wonder whether it is possible to copy a schema with a postgreSQL command > like "copy_schema schema_src schema_dest" ? You can rename a schema. And, you can make a dump, then rename it, and then restore from backup.

[GENERAL] Copy of a schema

2005-10-27 Thread Frederic Massot
Hi, I wonder whether it is possible to copy a schema with a postgreSQL command like "copy_schema schema_src schema_dest" ? It would be interesting for the development and the tests to be able to work on a copy of a schema without having to make a dump of database and to insert it in a new da