Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2019-10-29 | 731 Bytes |
|
pgcluu-3.1.tar.gz | 2019-10-29 | 1.1 MB | |
Totals: 2 Items | 1.1 MB | 1 |
2019-10-29 - Version 3.1 released This release is a maintenance release that adds support to PostgreSQL v12.0. It also add a new report: * Add report of extended statistics in report Table Statistics per database. Example: Table | Extended Statistic public.cities | CREATE STATISTICS sch1.t1_stat (dependencies) ON city,country FROM public.cities; It also fixes some issues reported by users since last month: - Fix some typos in documentation. Thanks to Justin Pryzby for the report. - Replace obsolete pg_constraint.consrc in PostgreSQL v12 by a call to function pg_get_constraintdef(). Thanks to seadba and Devrim Gunduz for the report.