pgAdmin 4 commit: Identify the collation correctly when reverse enginee

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Identify the collation correctly when reverse enginee
Date: 2016-10-14 22:58:00
Message-ID: E1bvBQO-0000JA-JG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Identify the collation correctly when reverse engineering table SQL. Fixes #1847

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d39b5fb412b896c02ccd812661d9920711f05de
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
.../columns/templates/catalog_object_column/sql/9.1_plus/properties.sql | 2 +-
.../schemas/tables/templates/column/sql/9.1_plus/properties.sql | 2 +-
.../schemas/tables/templates/column/sql/9.2_plus/properties.sql | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-14 22:58:19 Re: [pgAdmin4][Patch]: RM 1847 SQL script generated by pgAdmin 4 to create table has errors.
Previous Message Dave Page 2016-10-14 22:50:34 Re: [pgAdmin4]: RM1845 - Add node method to fetch synonym properties