Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: a43b70e36003da5bc6c7ac79f87bb1cd55d60ba1
      
https://github.com/pgadmin-org/pgadmin4/commit/a43b70e36003da5bc6c7ac79f87bb1cd55d60ba1
  Author: Pravesh Sharma <pravesh.sha...@enterprisedb.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    A docs/en_US/images/materialized_view_code.png
    M docs/en_US/images/materialized_view_definition.png
    M docs/en_US/images/materialized_view_parameter.png
    M docs/en_US/images/materialized_view_security.png
    M docs/en_US/images/materialized_view_sql.png
    R docs/en_US/images/materialized_view_storage.png
    M docs/en_US/images/table_advanced.png
    M docs/en_US/materialized_view_dialog.rst
    M docs/en_US/table_dialog.rst
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/11_plus/alter_expr_statistics_msql.sql
    R 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/default/alter_expr_statistics_msql.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/default/test_indexes.json
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/index_test_data.json
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_put.py
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/__init__.py
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.ui.js
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/pg/12_plus/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/pg/12_plus/nodes.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/pg/12_plus/properties.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/pg/14_plus/nodes.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/ppas/12_plus/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/ppas/12_plus/nodes.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/ppas/12_plus/properties.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/ppas/14_plus/nodes.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/12_plus/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/12_plus/get_access_methods.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/12_plus/properties.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/14_plus/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/15_plus/update.sql
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.ui.js
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/12_plus/sql/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/12_plus/sql/create_access_method.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/12_plus/sql/get_access_methods.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/12_plus/sql/properties.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/12_plus/sql/update.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/15_plus/sql/update.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/12_plus/sql/create.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/12_plus/sql/get_access_methods.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/12_plus/sql/properties.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/12_plus/sql/update.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/15_plus/sql/update.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/pg/12_plus/create_mview_with_am_msql.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/pg/12_plus/test_mview.json
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/pg/12_plus/tests.json
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/pg/15_plus/test_mview.json
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/pg/16_plus/test_mview.json
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/12_plus/create_mview_with_am_msql.sql
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/12_plus/test_mview.json
    A 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/12_plus/tests.json
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/15_plus/test_mview.json
    M 
web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/16_plus/test_mview.json
    M web/regression/javascript/schema_ui_files/mview.ui.spec.js

  Log Message:
  -----------
  1. Added USING method while creating the table. #6378

2. Added USING method while creating the materialized view. #6400




Reply via email to