import/export options [message #347629] |
Fri, 12 September 2008 07:41 |
abdulaziz
Messages: 102 Registered: May 2008 Location: Douala
|
Senior Member |
|
|
Hello,
I would like to know whether there's a way to drop the content of a schema user without actually dropping the user itself.
Precisely, I am working on a schema on which tests are made. I make a dump everytime a major thing has been added to that schema and when an error is applied, I have to drop the schema and import it from the previous dump. It's quite a work because I issue a drop user cascade, then I recreate the user, then I make the import. So am asking whether there is an option in the drop user that only drops the content of the schema, without actually dropping the user itself. Likewise, is there a way to import only the content of an import file?
Thanks in advance.
|
|
|
|
|