Re: pg_dump new feature: exporting functions only. Bad or good idea ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump new feature: exporting functions only. Bad or good idea ?
Date
Msg-id 3159576.1648163913@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump new feature: exporting functions only. Bad or good idea ?  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pg_dump new feature: exporting functions only. Bad or good idea ?  (Laetitia Avrot <laetitia.avrot@gmail.com>)
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
>> On 24 Mar 2022, at 23:38, Greg Stark <stark@mit.edu> wrote:
>> It looks like this discussion has reached a bit of an impasse with Tom
>> being against this approach and Michael and Daniel being for it. It
>> doesn't look like it's going to get committed this commitfest, shall
>> we move it forward or mark it returned with feedback?

> Lætitia mentioned the other day off-list that she was going to try and update
> this patch with the pattern support proposed, so hopefully we will hear from
> her shortly on that.

To clarify: I'm not against having an easy way to dump all-and-only
functions.  What concerns me is having such a feature that's designed
in isolation, without a plan for anything else.  I'd like to create
some sort of road map for future selective-dumping options, and then
we can make sure that this feature fits into the bigger picture.
Otherwise we're going to end up with an accumulation of warts, with
inconsistent naming and syntax, and who knows what other sources of
confusion.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pg_dump new feature: exporting functions only. Bad or good idea ?
Next
From: Chapman Flack
Date:
Subject: Re: Re: pg_dump new feature: exporting functions only. Bad or good idea ?