[pgAdmin4][Patch]: RM #4154 List sequences in left tree
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. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* RM_4154.patch Description: Binary data
Re: [pgAdmin4][Patch]: RM #4154 List sequences in left tree
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 those for > SERIAL columns should not be hidden by default" > > Please review it. > > -- > *Thanks & Regards* > *Akshay Joshi* > > *Sr. Software Architect* > *EnterpriseDB Software India Private Limited* > *Mobile: +91 976-788-8246* > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
pgAdmin 4 commit: Ensure the treeview shows all sequences except those
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(-)
pgAdmin 4 commit: Update message catalogs.
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92e6a47713ff45a94a4c6f7195b7fb8cdc378e0f Modified Files -- web/pgadmin/messages.pot | 820 - .../translations/de/LC_MESSAGES/messages.mo| Bin 148249 -> 148260 bytes .../translations/de/LC_MESSAGES/messages.po| 875 +- .../translations/es/LC_MESSAGES/messages.mo| Bin 153061 -> 152912 bytes .../translations/es/LC_MESSAGES/messages.po| 923 +- .../translations/fr/LC_MESSAGES/messages.mo| Bin 157512 -> 157203 bytes .../translations/fr/LC_MESSAGES/messages.po| 1828 +++- .../translations/ja/LC_MESSAGES/messages.mo| Bin 164009 -> 163720 bytes .../translations/ja/LC_MESSAGES/messages.po| 897 +- .../translations/ko/LC_MESSAGES/messages.mo| Bin 150711 -> 150612 bytes .../translations/ko/LC_MESSAGES/messages.po| 896 +- .../translations/pl/LC_MESSAGES/messages.mo| Bin 148386 -> 148303 bytes .../translations/pl/LC_MESSAGES/messages.po| 916 +- .../translations/ru/LC_MESSAGES/messages.mo| Bin 185443 -> 184538 bytes .../translations/ru/LC_MESSAGES/messages.po| 918 +- .../translations/zh/LC_MESSAGES/messages.mo| Bin 127651 -> 127717 bytes .../translations/zh/LC_MESSAGES/messages.po| 875 +- 17 files changed, 4830 insertions(+), 4118 deletions(-)
Translators: Release next week
Hi Translators, We have started a new process of sending an email before creating a candidate build of every release, so updates to translations prior to release would be helpful. The template and catalogs have been updated in git. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*