[pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject [pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347
Date
Msg-id CANxoLDdKzwy7QLwpKPuj7FooTM+SJ=yrj+fxSeUYYrsTrPf60A@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347
List pgadmin-hackers
Hi Hackers, 

Attached is the patch to fixed following:
  • Feature #3503 Support PG utilities new options.
  • RM #3347 schema / data only backup feature does not work as expected.
  • Added supported "Dump Options" for "pg_dumpall" which was not there since pgAdmin 3.
  • Fixed issue where "--clean" is not worked with "--data-only", added validation. 
  • Fixed issue where "--oids" is not worked with "--inserts" and "--column-inserts",added validation.
Please review it.

--
Akshay Joshi
Sr. Software Architect


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
Attachment

pgadmin-hackers by date:

Previous
From: Usman Muzaffar
Date:
Subject: [pgAdmin4][RM3136] Stabilise feature tests for continuous running onCI sytems
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Fix sort/filter dialog editing issue. Fixes#3558.