Hi Pradip
Can you please review the patch as that condition we have added for Shared
Server implementation?
On Sat, Sep 19, 2020 at 6:22 PM Cyril Jouve wrote:
> fix for https://redmine.postgresql.org/issues/5841
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
Fixed an issue where a column is renamed and then removed, then the drop SQL
query takes the wrong column name. Fixes #5807.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=553be14000b698774136dda362a8c3b8e1bd5a0d
Author: Aditya Toshniwal
Mo
Thanks, patch applied.
On Mon, Sep 14, 2020 at 5:13 PM Ganesh Jaybhay <
ganesh.jayb...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Please find the attached patch to add the parenthesis similar to dba_views
> for the created views.
> Please review.
>
> Regards,
> Ganesh Jaybhay
>
--
*Thanks & Re
Ensure that multiple extensions can be dropped from the properties tab. Fixes
#5839.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3489f94ca728d3c55f813f0f6819e96c8d6a2554
Modified Files
--
docs/en_US/release_notes_4_27.rst
Fixed reverse engineering SQL where parenthesis is not properly arranged for
View/MView definition. Fixes #5830
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0475566ca61cdcfff07f8a24ef0ddcf9f46f1a7
Author: Ganesh Jaybhay
Modified Files
--
Thanks, patch applied.
On Thu, Sep 17, 2020 at 3:29 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> If a column is renamed and then removed, then drop SQL query takes the
> renamed column and not the original one.
> Attached is the patch to fix this issue.
>
> --