[pgadmin-org/pgadmin4] 445014: Fixed issues reported while testing foreign table ...

From: Yogesh Mahajan <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 445014: Fixed issues reported while testing foreign table ...
Date: 2023-10-11 06:23:27
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/cd8420-445014@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 4450145d31973209deaca8ec78a10e3bdfe4aba2
https://github.com/pgadmin-org/pgadmin4/commit/4450145d31973209deaca8ec78a10e3bdfe4aba2
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
Date: 2023-10-11 (Wed, 11 Oct 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_table_columns/sql/default/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/get_columns.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/properties.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/pg/default/alter_col_opts.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/pg/default/alter_remove_opts_priv_cons.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/ppas/default/alter_col_opts.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/ppas/default/alter_remove_opts_priv_cons.sql

Log Message:
-----------
Fixed issues reported while testing foreign table properties. #640

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-10-11 07:26:18 [pgadmin-org/pgadmin4] fc411b: Allow setting custom username for shared servers, ...
Previous Message Sahil Harpal 2023-10-11 05:57:35 [pgadmin-org/pgadmin4] cd8420: Fix system stat dashboard UI issues.