Re: Partitioning documentation example - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Partitioning documentation example
Date
Msg-id 200801041732.m04HWn924821@momjian.us
Whole thread Raw
In response to Re: Partitioning documentation example  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> >        EXECUTE 'INSERT INTO measurement_y' || to_char(NEW.logdate,'YYYY_mMM') || ' VALUES (NEW.*)';
>
> That won't actually work.  Even if it did, I don't think we should be
> recommending use of EXECUTE here; the performance implications are bad.

Bummer.  :-(

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Partitioning documentation example
Next
From: Bruce Momjian
Date:
Subject: Re: Partitioning documentation example