Re: [GENERAL] partitioning and dynamic query creation

2011-02-12 Thread pasman pasmaƄski
Try: execute ... using new.* 2011/2/10, Gerd Koenig : > Hello list, > > I'm currently thinking about a possibility to create a dynamic insert > statement inside a trigger function to put the data in the correct > partition. > What am I talking about ? > I want to put data dependant on a timestamp

[GENERAL] partitioning and dynamic query creation

2011-02-10 Thread Gerd Koenig
Hello list, I'm currently thinking about a possibility to create a dynamic insert statement inside a trigger function to put the data in the correct partition. What am I talking about ? I want to put data dependant on a timestamp column ("datetime") in seperate partitions. Therefore I created th