public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Initial support for PostgreSQL 12. Fixes #4283. Fixes
Date: Thu, 25 Jul 2019 09:23:19 +0000
Message-ID: <[email protected]> (raw)
Initial support for PostgreSQL 12. Fixes #4283. Fixes #4288. Fixes #4290.
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b82efa4e27e456d28024d6d3f421a58fd38e...
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(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgAdmin 4 commit: Initial support for PostgreSQL 12. Fixes #4283. Fixes
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox