Re: FOR EACH ROW triggers on partitioned tables
От
Thomas Munro
Тема
Re: FOR EACH ROW triggers on partitioned tables
Дата
Msg-id
CAEepm=3BKJZX3fax3bdM=cWfH9BS+sa1kLdeFS6qvGvYzrkqcQ@mail.gmail.com
Ответ на
Re: FOR EACH ROW triggers on partitioned tables (Alvaro Herrera)
Список
Дерево обсуждения
FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: [Sender Address Forgery]Re: FOR EACH ROW triggers on partitionedtables Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: FOR EACH ROW triggers on partitioned tables Robert Haas <robertmhaas@gmail.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Robert Haas <robertmhaas@gmail.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Thomas Munro <thomas.munro@enterprisedb.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: FOR EACH ROW triggers on partitioned tables Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: FOR EACH ROW triggers on partitioned tables Thomas Munro <thomas.munro@enterprisedb.com>
Re: FOR EACH ROW triggers on partitioned tables Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Amit Langote <amitlangote09@gmail.com>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: FOR EACH ROW triggers on partitioned tables Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: FOR EACH ROW triggers on partitioned tables Simon Riggs <simon@2ndquadrant.com>
On Thu, Mar 8, 2018 at 6:17 AM, Alvaro Herrera wrote:
> Here's another version of this patch. It is virtually identical to the
> previous one, except for a small doc update and whitespace changes.
What is this test for?
+create trigger failed after update on parted_trig
+ referencing old table as old_table
+ for each statement execute procedure trigger_nothing();
It doesn't fail as you apparently expected. Perhaps it was supposed
to be "for each row" so you could hit your new error with
errdetail("Triggers on partitioned tables cannot have transition
tables.")?
--
Thomas Munro
http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления