Re: [pgAdmin4][Patch]: RM #4154 List sequences in left tree

2019-04-26 Thread Dave Page
Thanks, applied. On Fri, Apr 26, 2019 at 12:05 PM Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to fix RM #4154 List sequences in left tree. As per > comments in RM I have followed "It should only be hiding sequences > created as part of an IDENTITY column. Any others, including th

[pgAdmin4][Patch]: RM #4154 List sequences in left tree

2019-04-26 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #4154 List sequences in left tree. As per comments in RM I have followed "It should only be hiding sequences created as part of an IDENTITY column. Any others, including those for SERIAL columns should not be hidden by default" Please review it. -- *T