Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster
