pgAdmin 4 commit: Add missing reverse-engineered SQL header and drop st

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add missing reverse-engineered SQL header and drop st
Date: 2018-02-19 11:41:23
Message-ID: E1enjox-0003rR-AS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add missing reverse-engineered SQL header and drop statement for sequences. Fixes #3081

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/sequences/__init__.py | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-19 11:41:45 Re: [pgAdmin4][Patch]: RM 3081- Reverse engineered SQL for Sequences missing comment header and drop statement
Previous Message Dave Page 2018-02-19 11:37:47 Re: [pgAdmin4][RM#3105] Allow user to insert new row if PK is in capital letters