Skip to content

Releases: rustprooflabs/pgdd

0.4-rc1

21 Sep 01:12

Choose a tag to compare

0.4-rc1 Pre-release
Pre-release

PgDD Version 0.4 RC 1 Release notes

Now using Pgx!

This is the first version of PgDD using the pgx framework instead of the raw SQL method. This rewrite sets the stage for improved support across a variety of Postgres versions and functionality.

Update: Removed binaries. Packages were broken. :(

Version 0.3

20 Jul 22:35

Choose a tag to compare

  • Add system_object column to all views
  • Add view and function counts to dd.schemas view
  • Includes Dockerfile
  • Includes standalone SQL scripts for easier non-Extension installs