`Postgres.all()` and `Postgres.one()` support the `back_as` argument, but the same methods on cursors don't, which for example [prevents doing `(cursor or db).all(..., back_as=dict)`](https://github.com/gittip/www.gittip.com/commit/11ef332cc398e1f020485d31049c9792016402e4#diff-8ea9fd6574837e7509e8b039d1e28846L197).