pgAdmin 4 commit: Ensure the treeview shows all sequences except those

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the treeview shows all sequences except those
Date: 2019-04-26 11:37:01
Message-ID: E1hJzA5-0000Pk-1y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the treeview shows all sequences except those used to implement IDENTITY columns (which can be edited as part of the column). Show all if Show System Objects is enabled. Fixes #4154

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e53c2b1a5d9e6a7aa7165bc41070369fa9d50875

Modified Files
--------------
docs/en_US/release_notes_4_6.rst | 1 +
.../databases/schemas/sequences/__init__.py | 43 ++++++++++++++++------
2 files changed, 33 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-04-26 11:37:11 Re: [pgAdmin4][Patch]: RM #4154 List sequences in left tree
Previous Message Akshay Joshi 2019-04-26 11:05:08 [pgAdmin4][Patch]: RM #4154 List sequences in left tree