From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, Vaishnavi Prabakaran <vaishnaviprabakaran(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Refactor handling of database attributes between pg_dump and pg_dumpall |
Date: | 2018-01-19 16:28:16 |
Message-ID: | 21574.1516379296@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Fri, Jan 19, 2018 at 10:00 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>>> On Fri, Jan 19, 2018 at 9:45 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>>> Well, we could say that the properties of template1 and postgres
>>>> are only restored if you use --clean.
>>> True. Would that be a POLA violation, do you think?
>> It seems a bit non-orthogonal. Also, while your point that people
>> expect "merge" behavior from pg_dump is certainly true, I'm not
>> convinced that anybody would be relying on that for pg_dumpall.
> [ assorted examples ]
> Still, it's worth thinking over these kinds of
> scenarios, I think. People do a lot of ugly things in the real world
> that we as developers would never do, mostly to work around the
> problems we fail to foresee.
Unless someone has a better idea, I'll go with the semantics stated
above: DB-level properties of the two standard databases are only
transferred to pg_dumpall's target cluster if you authorize dropping
their old contents by saying --clean. (pg_upgrade, of course, will
do exactly that.)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Ryan Murphy | 2018-01-19 16:32:34 | Re: Add default role 'pg_access_server_files' |
Previous Message | Pavel Stehule | 2018-01-19 16:28:11 | Re: Built-in connection pooling |