Adrian Klaver-4 wrote
> https://www.postgresql.org/docs/9.6/static/sql-truncate. html
>
> https://www.postgresql.org/docs/9.6/static/sql-delete. html
There is nothing about FOR UPDATE clause on those pages...
Both truncate and delete are commands the inherently update tables - there is no need to have a separate FOR UPDATE clause.
Dave