gitlab sjstoelting/pgsql-tweaks v0.11.0

3 days ago

General Changes

PostgreSQL 12

As PostgreSQL 12 is not supported anymore, it went out of support on November 21, 2024, it has been removed from the supported versions of pgsql_tweaks.

New Function get_markdown_doku_by_schema

The extension has now a new function to create a Markdown documentation for the giving schema name: get_markdown_doku_by_schema.

So far the following objects are supported:

  • Database
  • Schema
  • Tables with columns
  • Views with columns
  • Materialized Views with columns
  • Foreign Tables with columns
  • Functions
  • Procedures

For each object the basic informations and comments are included in the documentation.

Don't miss a new pgsql-tweaks release

NewReleases is sending notifications on new releases.