Re: [GENERAL] rule which unpredictable modify a sequence number

2010-10-26 Thread Merlin Moncure
On Sat, Oct 23, 2010 at 9:53 AM, Armand Turpel wrote: > > I have a problem with a rule which unpredictable modify a sequence > number. When I add a new table entry, the new id_keyword hasnt the value > as expected. ex.: 1000, 1001, > 1002,.. If i remove the

Re: [GENERAL] rule which unpredictable modify a sequence number

2010-10-23 Thread Tom Lane
Armand Turpel writes: > I have a problem with a rule which unpredictable modify a sequence > number. When I add a new table entry, the new id_keyword hasnt the value > as expected. ex.: 1000, 1001, > 1002,.. If i remove the rule it works. Rules don't pla

[GENERAL] rule which unpredictable modify a sequence number

2010-10-23 Thread Armand Turpel
I have a problem with a rule which unpredictable modify a sequence number. When I add a new table entry, the new id_keyword hasnt the value as expected. ex.: 1000, 1001, 1002,.. If i remove the rule it works. Here the table, rule and sequence definitions

[GENERAL] rule which unpredictable modify a sequence number

2010-10-23 Thread Armand Turpel
I have a problem with a rule which unpredictable modify a sequence number. When I add a new table entry, the new id_keyword hasnt the value as expected. ex.: 1000, 1001, 1002,.. If i remove the rule it works. Here the table, rule and sequence definitions: