dumping - Search results , p.3

2008-07-21 20:19:53 | Re: pg_dump additional options for performance (Tom Lane)

Stephen Frost writes: Probably not many. The thing that's bothering me is the

2008-07-21 18:01:05 | Re: pg_dump additional options for performance (Stephen Frost)

dumping these into seperate files where I could more easily manipulate the pre-load or post

2008-07-21 17:39:19 | Re: pg_dump additional options for performance (Tom Lane)

Stephen Frost writes: True; the stuff done after is done that way at least

2008-07-21 17:06:50 | Re: pg_dump additional options for performance (Stephen Frost)

back to pg_dump.sgml, ~774/~797) that starts talking about Pre-Schema and Post-Schema. Thanks, Stephen

2008-07-21 17:06:50 | Re: pg_dump additional options for performance (Stephen Frost)

Tom, * Tom Lane (tgl@sss.pgh.pa.us) wrote: Even that is a lie though, which I guess is

2008-07-21 16:20:32 | Re: pg_dump additional options for performance (Simon Riggs)

On Mon, 2008-07-21 at 07:46 -0400, Stephen Frost wrote: OK, gotcha now

2008-07-21 12:38:55 | Re: pg_dump additional options for performance (Tom Lane)

Andrew Dunstan writes: I think it might actually be less confusing, because with this

2008-07-21 12:22:58 | Re: pg_dump additional options for performance (Andrew Dunstan)

Tom Lane wrote: Please, no. Negative logic seems likely to cause endless confusion. I'd

2008-07-21 08:46:45 | Re: pg_dump additional options for performance (Stephen Frost)

dump.sgml) you change it to be "objects required before data loading", which isn't the same

2008-07-21 03:47:57 | Re: pg_dump additional options for performance (Tom Lane)

Simon Riggs writes: Maybe invert the logic? --omit-pre-data --omit-data --omit-post

2008-07-21 03:21:22 | Re: pg_dump additional options for performance (Simon Riggs)

dump. --data-only and --schema-only are negative options so don't allow this. (I don't like

2008-07-21 03:16:20 | Re: pg_dump additional options for performance (Simon Riggs)

Dumps exactly what --schema-only would dump, but only those statements before the data load

2008-07-21 00:41:26 | Re: pg_dump additional options for performance (Tom Lane)

dump if you doubt this.) I hadn't realized that Simon was using "pre-schema

2008-07-20 22:58:57 | Re: pg_dump additional options for performance (Stephen Frost)

dump output (main schema definition, data dump, key/index building). You suggestion brings up an interesting

2008-07-20 22:50:05 | Re: pg_dump additional options for performance (daveg)

On Sun, Jul 20, 2008 at 09:18:29PM -0400, Stephen Frost wrote: One observation