From: Robert T. <no...@gi...> - 2019-07-19 20:48:05
|
Branch: refs/heads/master Home: https://github.com/phppgadmin/phppgadmin Commit: e3e8087bfd8f1fb93564b7a691f8ac9ed7c63a02 https://github.com/phppgadmin/phppgadmin/commit/e3e8087bfd8f1fb93564b7a691f8ac9ed7c63a02 Author: Robert Treat <ro...@xz...> Date: 2019-07-19 (Fri, 19 Jul 2019) Changed paths: M classes/database/Postgres.php M classes/database/Postgres10.php Log Message: ----------- PG11 changes pg_proc.proisagg to prokind to support stored procedures and window functions, breaking functions, aggregates, and object look-up within PPA. This commit fixes all three of these areas. In theory we should probably add some display bits to help users differentiate between these different types in the UI, but this at least makes the system work again. Thanks to @decodeJarvis who initially reported the problem and provided a proposed fix (see PR#24 on the xzilla repo). Since we needed a more comprehensive fix, I didn't use the code, but his patch was useful for getting started. |