Enable RETURNING use in SQLKit
This patch was authored by @grahamburgsma and released by @tanner0101.
Support for the RETURNING clause was added in SQLKit 3.5.0 (#189).
This enables that functionality for Postgres by setting the SQLDialect
feature flag.