Re: Alter all tables in schema owner fix
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: "Bossart, Nathan" <bossartn@amazon.com>
Cc: Greg Nancarrow <gregn4422@gmail.com>, vignesh C <vignesh21@gmail.com>, "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Date: 2021-12-08T10:15:20Z
Lists: pgsql-hackers
On Tue, Dec 7, 2021 at 11:20 PM Bossart, Nathan <bossartn@amazon.com> wrote: > > On 12/7/21, 2:47 AM, "Greg Nancarrow" <gregn4422@gmail.com> wrote: > > On Tue, Dec 7, 2021 at 9:01 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > >> > >> Thanks, the patch looks mostly good to me. I have slightly modified it > >> to incorporate one of Michael's suggestions, ran pgindent, and > >> modified the commit message. > >> > > > > LGTM, except in the patch commit message I'd change "Create > > Publication" to "CREATE PUBLICATION". > > LGTM, too. > Pushed! -- With Regards, Amit Kapila.
Commits
-
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
- 1a2aaeb0db1b 15.0 landed