pgbedrock
pgbedrock copied to clipboard
Manage a Postgres cluster's roles, role memberships, schema ownership, and privileges
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
I don't expect this to be merged, putting up for anyone who may find it useful. * support for partitioned tables * pin dev psycopg2==2.7.7 to still pass all tests...
Implements #65.
This allows passing the password as plain text, a md5 hash or a SCRAM-SHA-256 hash. The password will be compared to whatever hash is stored in Postgres and updated accordingly....
Hey @dmoore1989 @zcmarine @cpdean -- Sorry if you folks are the wrong ones to ping, but ya'll are some of the most recent, prolific contributors to this project. Is it...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
**TLDR; Add tests against latest stable releases of Postgres 11, 12, & 13** Thanks to this PR #59 for giving me a head start. However, I didn't end up integrating...
Hi! My team and I have been trying to figure out how we could set configuration parameters for specific roles and/or users using pgbedrock. Given [the documentation](https://pgbedrock.readthedocs.io/en/latest/spec_overview.html#attributes), and the [code...
I did a quick spike thinking this would be easy 🙄 The sticking point is that pg's 11 and 12 by default give ownership of `pg_replication_origin` and `sql_languages` to `test_user`....