I have a development server where I, well, do my development. Occasionally,
I will create a new schema within an existing database that I would like to
use on my production machine. I know that doing a pg_dump -s <database>[color=blue]
> somefile.sql will dump the entire schema of the database, but is there a[/color]
way to export only schema X from the database?
TIA
Patrick Hatcher
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddres sHere" to majordomo@postg resql.org)
I will create a new schema within an existing database that I would like to
use on my production machine. I know that doing a pg_dump -s <database>[color=blue]
> somefile.sql will dump the entire schema of the database, but is there a[/color]
way to export only schema X from the database?
TIA
Patrick Hatcher
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddres sHere" to majordomo@postg resql.org)
Comment