Currently the way `postgres.py` module is set up, it will crash on an `INSERT` without a `RETURNING` clause at the end. We can probably improve this, or we can decide it is acceptable.
Currently the way
postgres.pymodule is set up, it will crash on anINSERTwithout aRETURNINGclause at the end.We can probably improve this, or we can decide it is acceptable.