Created attachment 207033 [details] update to 0.9.0 Changelog: Schema 'public' is no longer treated as a special case (176) Yamltodb was changed to support Postgres 11, in particular due to changes to the 'pg_proc' catalog (#195) Dbtoyaml now outputs column information for views, both regular and materialized (184) Fixed various issues, including: Do not assume constraints always refer to columns (#188) Add non-'public' schemas to search_path to avoid problems with some extensions (e.g., PostGIS) that need them to resolve objects (#91) Prevent a view definition from changing a column type (#90) Inconsistent handling of FOREIGN KEY and UNIQUE constraints leading to AttributeErrors (#182) Recreation of tsvector triggers when columns are added (#179)
A commit references this bug: Author: swills Date: Mon Sep 2 13:45:59 UTC 2019 New revision: 510789 URL: https://svnweb.freebsd.org/changeset/ports/510789 Log: databases/py-Pyrseas: update to 0.9.0 PR: 240217 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer) Changes: head/databases/py-Pyrseas/Makefile head/databases/py-Pyrseas/distinfo
Committed, thanks!