Re: [GENERAL] Partitioning and triggers

2013-11-17 Thread Edson Richter
Em 17/11/2013 18:45, Jeff Janes escreveu: On Sun, Nov 17, 2013 at 8:46 AM, Edson Richter mailto:edsonrich...@hotmail.com>> wrote: Dear community, In documentation, when partitioning tables, it is said that "Optionally, define a trigger or rule to redirect data inserted into the

Re: [GENERAL] Partitioning and triggers

2013-11-17 Thread Jeff Janes
On Sun, Nov 17, 2013 at 8:46 AM, Edson Richter wrote: > Dear community, > > In documentation, when partitioning tables, it is said that "Optionally, > define a trigger or rule to redirect data inserted into the master table to > the appropriate partition." > Is the trigger creation optional? I mea

[GENERAL] Partitioning and triggers

2013-11-17 Thread Edson Richter
Dear community, In documentation, when partitioning tables, it is said that "Optionally, define a trigger or rule to redirect data inserted into the master table to the appropriate partition." Is the trigger creation optional? I mean, partitioning will not work as expected if we don't have the