Re: pg_upgrade fails with non-standard ACL
От
Michael Paquier
Тема
Re: pg_upgrade fails with non-standard ACL
Дата
Msg-id
20191109022610.GC5128@paquier.xyz
Ответ на
Re: pg_upgrade fails with non-standard ACL (Michael Paquier)
Список
Дерево обсуждения
pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade fails with non-standard ACL Stephen Frost <sfrost@snowman.net>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Stephen Frost <sfrost@snowman.net>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Stephen Frost <sfrost@snowman.net>
Re: pg_upgrade fails with non-standard ACL Alvaro Herrera from 2ndQuadrant <alvherre@alvh.no-ip.org>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Alvaro Herrera from 2ndQuadrant <alvherre@alvh.no-ip.org>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Alvaro Herrera <alvherre@2ndquadrant.com>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Bruce Momjian <bruce@momjian.us>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Stephen Frost <sfrost@snowman.net>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Grigory Smolkin <g.smolkin@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Artur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Artur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL Artur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL Grigory Smolkin <g.smolkin@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Arthur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Arthur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Arthur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL David Steele <david@pgmasters.net>
Re: pg_upgrade fails with non-standard ACL Artur Zakirov <zaartur@gmail.com>
Re: pg_upgrade fails with non-standard ACL Justin Pryzby <pryzby@telsasoft.com>
Re: pg_upgrade fails with non-standard ACL Daniel Gustafsson <daniel@yesql.se>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Alvaro Herrera <alvherre@2ndquadrant.com>
Re: pg_upgrade fails with non-standard ACL Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: pg_upgrade fails with non-standard ACL Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade fails with non-standard ACL Grigory Smolkin <g.smolkin@postgrespro.ru>
On Fri, Nov 08, 2019 at 06:03:06PM +0900, Michael Paquier wrote: > I have begun looking at this one. Another question I have: do we need to care more about other extra ACLs applied to other object types? For example a subset of columns on a table with a column being renamed could be an issue. Procedure renamed in core are not that common still we did it. Here is another idea I have regarding this set of problems. We could use pg_depend on the source for system objects and join it with pg_init_privs, and then compare it with the entries of the target based on the descriptions generated by pg_describe_object(). If there is an object renamed or an unmatching signature, then we would immediately find about it, for any object types. -- Michael
В списке pgsql-hackers по дате отправления