Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct postgres retention_period param syntax
When trying to use `retention_period` query param with a `postgresql://` URI, this causes a failure. `server error (FATAL: unrecognized configuration parameter "retention_period" (SQLSTATE 42704))` The correct syntax is to include it in the fragment portion of the URI instead.
- Loading branch information