Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: c42a90db8ab0ed133bb8ca1460df3f20eb57a6c5 https://github.com/pgadmin-org/pgadmin4/commit/c42a90db8ab0ed133bb8ca1460df3f20eb57a6c5 Author: Pravesh Sharma <pravesh.sha...@enterprisedb.com> Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/tests/pg/10_plus/alter_table_add_partition.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/tests/pg/12_plus/alter_table_add_partition.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/tests/ppas/10_plus/alter_table_add_partition.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/tests/ppas/12_plus/alter_table_add_partition.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/pg/default/nodes.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/partitions/sql/ppas/default/nodes.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py Log Message: ----------- Fixed an issue where tablespace was missing on partition tables in SQL. #5470