Re: pg_dump to support "on conflict do update"

2025-05-03 Thread Álvaro Herrera
Hello, On 2025-May-03, Tanin Na Nakorn wrote: > Hi hackers, > > I've made a proof of concept for pg_dump to support "on conflict do update" > here: https://github.com/tanin47/postgres/pull/1 Please post as a patch attachment on the list. We don't take patches from third party sites. Thanks.

Re: pg_dump to support "on conflict do update"

2025-05-03 Thread Tanin Na Nakorn
That's reasonable. Thank you. On Sat, May 3, 2025 at 12:31 PM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Sat, May 3, 2025 at 12:08 PM Tanin Na Nakorn > wrote: > >> 3. Is it possible to patch this into the version 16 as well as the >> version 17 and latest main branch? Because I

Re: pg_dump to support "on conflict do update"

2025-05-03 Thread David G. Johnston
On Sat, May 3, 2025 at 12:08 PM Tanin Na Nakorn wrote: > 3. Is it possible to patch this into the version 16 as well as the version > 17 and latest main branch? Because I use v16. > > New features are never back-ported into prior versions. Feature freeze for v18 just happened meaning any new fea