Initial support for PostgreSQL 12. Fixes #4283. Fixes #4288. Fixes #4290. Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d52f2b91162daea055b40be019e5d4564c29c38 Modified Files -------------- docs/en_US/release_notes_4_9.rst | 3 + .../foreign_tables/sql/12_plus/get_constraints.sql | 8 + .../schemas/tables/partitions/__init__.py | 60 +++--- .../databases/schemas/tables/static/js/table.js | 32 +++- .../partitions/sql/pg/12_plus/properties.sql | 83 ++++++++ .../partitions/sql/ppas/12_plus/properties.sql | 83 ++++++++ .../tables/templates/tables/sql/12_plus/create.sql | 182 ++++++++++++++++++ .../sql/12_plus/get_tables_for_constraints.sql | 8 + .../templates/tables/sql/12_plus/properties.sql | 75 ++++++++ .../tables/templates/tables/sql/12_plus/update.sql | 211 +++++++++++++++++++++ .../schemas/tables/tests/test_column_acl_sql.py | 12 +- .../tables/tests/test_column_properties_sql.py | 12 +- .../schemas/tables/tests/test_tables_acl_sql.py | 12 +- .../schemas/tables/tests/test_tables_node_sql.py | 12 +- .../tables/tests/test_tables_properties_sql.py | 12 +- .../tables/tests/test_trigger_get_oid_sql.py | 12 +- .../schemas/tables/tests/test_trigger_nodes_sql.py | 12 +- .../schemas/types/tests/test_types_add.py | 2 +- .../templates/depends/sql/12_plus/dependencies.sql | 45 +++++ .../templates/depends/sql/12_plus/dependents.sql | 44 +++++ .../servers/tests/test_dependencies_sql.py | 10 +- .../servers/tests/test_dependents_sql.py | 10 +- .../sqlautocomplete/sql/default/columns.sql | 4 +- web/pgadmin/tools/sqleditor/command.py | 8 +- web/pgadmin/utils/versioned_template_loader.py | 12 +- .../python_test_utils/sql_template_test_base.py | 45 +++-- 26 files changed, 900 insertions(+), 109 deletions(-)