| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fixed issue while fetching the view id for view/mater |
| Date: | 2019-03-30 07:52:21 |
| Message-ID: | E1hA8mr-0001Rs-V9@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fixed issue while fetching the view id for view/materialized view. Added schema name in where clause.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=61ff588c09a4b80e64f367816cbe739fedc1db9b
Modified Files
--------------
.../servers/databases/schemas/views/__init__.py | 15 ++++++++++++---
.../views/templates/mview/pg/9.3_plus/sql/view_id.sql | 4 +++-
.../views/templates/mview/pg/9.4_plus/sql/view_id.sql | 4 +++-
.../views/templates/mview/ppas/9.3_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/gpdb_5.0_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/pg/9.1_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/pg/9.2_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/pg/9.3_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/pg/9.4_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/ppas/9.1_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/ppas/9.2_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/ppas/9.3_plus/sql/view_id.sql | 4 +++-
.../views/templates/view/ppas/9.4_plus/sql/view_id.sql | 4 +++-
13 files changed, 48 insertions(+), 15 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Haoran Yu | 2019-03-30 23:12:40 | Re: GSoC proposal for pgAdmin 4 bytea support |
| Previous Message | Akshay Joshi | 2019-03-29 15:06:26 | Re: [pgAdmin4][Patch]: RM #4110 "Updating 'Custom auto-vacuum?' property throws error for Materialized View." |