pgsql_tweaks 0.3.0 released - Mailing list pgsql-announce

From Stefanie Janine Stölting
Subject pgsql_tweaks 0.3.0 released
Date
Msg-id 6f8ebc0b-c813-0999-6c69-b312e0c2f370@stefanie-stoelting.de
Whole thread Raw
List pgsql-announce
I've just released a new version of pgsql_tweaks, an extension that adds
some functions and views, that might help.

The main repository is on GitLab at
https://gitlab.com/sjstoelting/pgsql-tweaks and a mirror is on GitHub at
https://github.com/sjstoelting/pgsql-tweaks .

The extension is available over PGXN, see
https://pgxn.org/dist/pgsql_tweaks/0.3.0/.

Release notes pgsql_tweaks 0.3

This release faces several major changes for the project itself.
The main repository has been changed from GitHub to GitLab. The sources
on GitHub are only a mirror from now on.

The following changes have been done:

- A bug with the view pg_functions with PostgreSQL 11 has been solved,
see https://gitlab.com/sjstoelting/pgsql-tweaks/issues/1 for details.
- The function sha256 is now installed, if the extension pgcrypto is
found during the installation of pgsql_tweaks.
- The function array_trim has been added, it offers a solution to remove
duplicates and/or empty entries from arrays.
- The view pg_table_matview_infos has been added, the view contains
detailed information about tables and materialized views.


--
Stefanie Janine Stölting
Wittener Straße 145
58285 Gevelsberg
Germany

E-Mail:   mail@stefanie-stoelting.de
Internet: www.stefanie-stoelting.de

Steuernummer 341/5151/2516
Ust-IdNr     DE309300746




pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - December 2, 2018 ==
Next
From: Mototaka Kanematsu
Date:
Subject: InfluxDB fdw 0.1 released