| From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
|---|---|
| To: | Mark Woodward <pgsql(at)mohawksoft(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pg_dump -- data and schema only? |
| Date: | 2005-08-04 15:38:47 |
| Message-ID: | 1123169927.15416.70.camel@sabrina.peacock.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Am Donnerstag, den 04.08.2005, 10:26 -0400 schrieb Mark Woodward:
> I haven't seen this option, and does anyone thing it is a good idea?
>
> A option to pg_dump and maybe pg_dump all, that dumps only the table
> declarations and the data. No owners, tablespace, nothing.
>
> This, I think, would allow more generic PostgreSQL data transfers.
pg_dump -s maybe?
See man pg_dump:
-s
--schema-only
Dump only the object definitions (schema), not data.
Usually one dumps the database with -Fc and then construct
SQL for data and DDL via pg_restore from this binary dump.
You can then use pg_restore -l, edit (for example via sed)
and use it with -L to only generate SQL for these objects.
--
Tino Wildenhain <tino(at)wildenhain(dot)de>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-08-04 15:49:55 | Re: Enhanced containment selectivity function |
| Previous Message | Mark Woodward | 2005-08-04 15:26:26 | US Census database (Tiger 2004FE) - 4.4G |