Re: [HACKERS] [COMMITTERS] pgsql: Improve the manual's discussion of partitioning.

2007-12-02 Thread Tom Lane
ITAGAKI Takahiro <[EMAIL PROTECTED]> writes: > I have a fix (1) and two comments (2 and 3) in the documentation. > 1. "IF (logdate)" should be "IF (NEW.logdate)" in the trigger function. > INSERT fails without "NEW." before logdate. How embarrassing ... I tested the other parts of the exampl

Re: [HACKERS] [COMMITTERS] pgsql: Improve the manual's discussion of partitioning.

2007-12-02 Thread ITAGAKI Takahiro
[EMAIL PROTECTED] (Tom Lane) wrote: > Log Message: > --- > Improve the manual's discussion of partitioning. Recommend using a > trigger instead of a rule to redirect insertions, use NEW.* notation > where appropriate, some other updates and adjustments. David Fetter > and Tom Lane I hav