Re: Partitioning documentation example - Mailing list pgsql-docs

From Tom Lane
Subject Re: Partitioning documentation example
Date
Msg-id 17842.1199467559@sss.pgh.pa.us
Whole thread Raw
In response to Partitioning documentation example  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Partitioning documentation example
Re: Partitioning documentation example
List pgsql-docs
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.

            regards, tom lane

pgsql-docs by date:

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