pgAdmin 4 commit: Fixed SQL syntax error if select "Custom auto-vacuum"

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed SQL syntax error if select "Custom auto-vacuum"
Date: 2021-11-11 07:26:07
Message-ID: E1ml4TH-0006yC-0B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed SQL syntax error if select "Custom auto-vacuum" option and not set Autovacuum option to Yes or No. Fixes #6925

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7468ca36ae1ddad16b81ffc29c535bb82450a50e
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_2.rst | 1 +
.../schemas/tables/templates/tables/sql/12_plus/create.sql | 2 +-
.../server_groups/servers/databases/schemas/tables/utils.py | 12 +++++++++++-
3 files changed, 13 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ayad Mohamed 2021-11-11 07:26:08 Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases
Previous Message Akshay Joshi 2021-11-11 07:26:06 pgAdmin 4 commit: Ensure that internal authentication when combined wit