pgAdmin 4 commit: Ensure column names on indexes on views are properly

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure column names on indexes on views are properly
Date: 2018-02-20 16:47:38
Message-ID: E1eoB4s-00022g-Bg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure column names on indexes on views are properly quoted in RE-SQL. Fixes #3066

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a498c2877521d7f49fbaf878678fe6306ae1597
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/server_groups/servers/databases/schemas/views/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-20 16:47:51 Re: [pgAdmin4][Patch]: RM #3066 - Create script doesn't add quotation marks to column names for the "add index" functions
Previous Message Harshal Dhumal 2018-02-20 12:30:02 RM2983: Fix transient error after application restart