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.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
