Re: Partition: use triggers instead of rules

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Fetter <david(at)fetter(dot)org>
Cc: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Partition: use triggers instead of rules
Date: 2007-11-28 20:53:04
Message-ID: 21686.1196283184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

David Fetter <david(at)fetter(dot)org> writes:
> Best practices for partitioning so far have shown that TRIGGERs are
> better than RULEs for most cases. Please find attached a patch which
> reflects this.

Entirely removing the example of how to do it with rules doesn't
seem like a good idea.

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David Fetter 2007-11-28 20:57:10 Re: Partition: use triggers instead of rules
Previous Message David Fetter 2007-11-28 20:46:45 Re: Partition: use triggers instead of rules

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2007-11-28 20:57:10 Re: Partition: use triggers instead of rules
Previous Message David Fetter 2007-11-28 20:46:45 Re: Partition: use triggers instead of rules