dumping - Search results , p.3
Mailing lists >> pgsql-patches >> Thread
2008-07-21 20:19:53 | Re: pg_dump additional options for performance (Tom Lane)
Stephen Frost
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
2008-07-21 17:39:19 | Re: pg_dump additional options for performance (Tom Lane)
Stephen Frost
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
2008-07-21 12:38:55 | Re: pg_dump additional options for performance (Tom Lane)
Andrew Dunstan
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
2008-07-21 03:47:57 | Re: pg_dump additional options for performance (Tom Lane)
Simon Riggs
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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
Mailing lists >> pgsql-patches >> Thread
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