On Saturday, November 4, 2017, Robert Lakes <
robertl@propaas.com> wrote:
Here's the error I am receiving - when I am attempting to insert a record into a table:
ERROR: invalid input syntax for integer: "INSERT"
LINE 1: ...T INTO listings_cdc SELECT statement_timestamp(), 'INSERT', ...
The second column of listings_cdc has a type of integer. The word INSERT is not a valid value to store there.
David J.