Re: Partitioning documentation example
От
Tom Lane
Тема
Re: Partitioning documentation example
Дата
Msg-id
17842.1199467559@sss.pgh.pa.us
Ответ на
Partitioning documentation example (Bruce Momjian)
Список
Дерево обсуждения
Re: Partitioning documentation example Bruce Momjian <bruce@momjian.us>
Re: Partitioning documentation example Tom Lane <tgl@sss.pgh.pa.us>
Re: Partitioning documentation example Bruce Momjian <bruce@momjian.us>
Bruce Momjian 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 по дате отправления