Partition: use triggers instead of rules

From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Partition: use triggers instead of rules
Date: 2007-11-28 20:26:15
Message-ID: 20071128202615.GG24146@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

Folks,

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.

Thanks to Robert Treat for help putting this together :)

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment Content-Type Size
partition.diff text/plain 5.8 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2007-11-28 20:38:01 Re: Two fixes for plpgsql.sgml
Previous Message Bruce Momjian 2007-11-28 20:15:57 Re: Two fixes for plpgsql.sgml

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua D. Drake 2007-11-28 20:39:04 Re: Partition: use triggers instead of rules
Previous Message Andrew Dunstan 2007-11-28 19:32:09 Re: [HACKERS] plperl and regexps with accented characters - incompatible?