append_proto_fail.sql 173 B

123456
  1. /* postgres can not */
  2. /* multirun can not */
  3. /* custom error:Table "Output" has udf remappers, append is not allowed*/
  4. insert into plato.Output
  5. select * from plato.Input;