Re: Regarding pg_dump utility

From: Christopher Kings-Lynne <chris(dot)kings-lynne(at)calorieking(dot)com>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, soni de <soni(dot)de(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Regarding pg_dump utility
Date: 2006-06-09 01:19:15
Message-ID: 4488CC93.5040709@calorieking.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> Personally I think it would be neat. For example the admin-tool guys
> would be able to get a dump without invoking an external program.
> Second it would really be independent of core releases (other than being
> tied to the output format.) pg_dump would be just a simple caller of
> such a library, and anyone else would be able to get dumps easily, in
> whatever format.

What about fully completing our SQL API for dumping?

ie. We finish adding pg_get_blahdef() for all objects, add a function
that returns the proper ordering of all objects in the database, and
then somehow drop out a dump with a single JOIN :D

Chris

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andrus 2006-06-09 09:06:47 Re: Why date index is not used
Previous Message Christopher Kings-Lynne 2006-06-09 01:16:35 Re: Regarding pg_dump utility