Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Patches > Re: pg_dump add...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 24 of 48 Topic 3909 of 4248
Post > Topic >>

Re: pg_dump additional options for performance

by sfrost@[EMAIL PROTECTED] (Stephen Frost) Jul 20, 2008 at 09:18 PM

--xesSdrSSBC0PokLI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Simon Riggs (simon@[EMAIL PROTECTED]
) wrote:
> On Sun, 2008-07-20 at 17:43 -0400, Stephen Frost wrote:
> > Even this doesn't cover everything though- it's too focused on tables
> > and data loading.  Where do functions go?  What about types?
>=20
> Yes, it is focused on tables and data loading. What about
> functions/types? No relevance here.

I don't see how they're not relevant, it's not like they're being
excluded and in fact they show up in the pre-load output.  Heck, even if
they *were* excluded, that should be made clear in the do***entation
(either be an explicit include list, or saying they're excluded).

Part of what's driving this is making sure we have a plan for future
objects and where they'll go.  Perhaps it would be enough to just say
"pre-load is everything in the schema, except things which are faster
done in bulk (eg: indexes, keys)".  I don't think it's right to say
pre-load is "only object definitions required to load data" when it
includes functions and ACLs though.

Hopefully my suggestion and these comments will get us to a happy
middle-ground.

	Thanks,

		Stephen

--xesSdrSSBC0PokLI
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiD4+UACgkQrzgMPqB3kig9mACfYTCGg/bt6h****IJB9SQmczUp
l2cAnRR+Vh4jVyza+BEK2XsVdMyJB6VW
=Iaut
-----END PGP SIGNATURE-----

--xesSdrSSBC0PokLI--
 




 48 Posts in Topic:
pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-19 23:07:49 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-20 05:47:09 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-22 07:35:30 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-20 07:37:42 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-20 17:43:35 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-24 09:56:49 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-26 10:05:04 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-26 11:11:10 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-26 12:24:07 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-26 12:20:04 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-26 12:43:55 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-26 13:43:06 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-27 20:44:26 
Re: pg_dump additional options for performance
jd@[EMAIL PROTECTED] (&q  2008-07-27 19:40:25 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-27 22:50:18 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-26 17:56:42 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-26 13:56:14 
Re: pg_dump additional options for performance
daveg@[EMAIL PROTECTED]   2008-07-26 18:33:51 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-27 20:52:24 
Re: pg_dump additional options for performance
chris <cbbrowne@[EMAIL  2008-08-01 14:02:30 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-08-02 11:24:01 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-27 10:31:48 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-20 22:59:40 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-20 21:18:29 
Re: pg_dump additional options for performance
daveg@[EMAIL PROTECTED]   2008-07-20 18:49:42 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-20 21:58:50 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-20 23:34:35 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-21 07:54:16 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-21 16:38:57 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-21 17:00:57 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-21 19:19:46 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-21 07:11:27 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-21 07:46:39 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-21 07:17:20 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-21 02:47:50 
Re: pg_dump additional options for performance
andrew@[EMAIL PROTECTED]   2008-07-21 11:19:40 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-21 11:38:04 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-21 07:56:02 
Re: pg_dump additional options for performance
jd@[EMAIL PROTECTED] (&q  2008-07-26 11:03:23 
Re: pg_dump additional options for performance
jd@[EMAIL PROTECTED] (&q  2008-07-27 09:57:17 
Re: pg_dump additional options for performance
andrew@[EMAIL PROTECTED]   2008-07-27 19:42:24 
Re: pg_dump additional options for performance
jd@[EMAIL PROTECTED] (&q  2008-07-27 17:24:42 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-27 10:37:34 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-21 20:26:38 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-23 17:40:37 
Re: pg_dump additional options for performance
simon@[EMAIL PROTECTED]   2008-07-23 18:09:47 
Re: pg_dump additional options for performance
sfrost@[EMAIL PROTECTED]   2008-07-23 23:20:47 
Re: pg_dump additional options for performance
tgl@[EMAIL PROTECTED] (T  2008-07-24 03:54:01 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 11:25:59 CST 2008.