I used this answer to autoupdate timestamp of last change How do I automatically update a timestamp in PostgreSQL.
Now, I wonder how I can copy the old version of the row to another table, like versions
when this trigger runs? It would be inserted to versions
table every time I modify the row.
Thanks.