Re: PATCH: Tablespace Node [pgAdmin4]
От | Murtuza Zabuawala |
---|---|
Тема | Re: PATCH: Tablespace Node [pgAdmin4] |
Дата | |
Msg-id | CAKKotZQHy+cg2Ph8bvrVpn=M7G=4-dGB-55dpniiA2+ourvx8A@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: PATCH: Tablespace Node [pgAdmin4] (Neel Patel <neel.patel@enterprisedb.com>) |
Ответы |
Re: PATCH: Tablespace Node [pgAdmin4]
|
Список | pgadmin-hackers |
Hi Neel,
Thanks for reviewing my code, I have fixed the issues mentioned,
Please find attached updated patch for table space node.
--
Regards,
On Wed, Feb 3, 2016 at 2:42 PM, Neel Patel <neel.patel@enterprisedb.com> wrote:
Hi Murtuza,Please find below review comments.- "Location" and "Variables" fields are not getting display under Properties Panel.- When we remove/add the Variables fields, we are executing query individually for each parameters. We should execute it in single query as below.e.g.Multiple Query :-ALTER TABLESPACE "1 tb"SET (random_page_cost=123);ALTER TABLESPACE "1 tb"SET (seq_page_cost=345);Single Query :-ALTER TABLESPACE "1 tb"SET (random_page_cost=123, seq_page_cost=345);Multiple Query :-ALTER TABLESPACE "1 tb"RESET (random_page_cost);ALTER TABLESPACE "1 tb"RESET (seq_page_cost);Single Query :-ALTER TABLESPACE "1 tb"RESET (random_page_cost, seq_page_cost);Other functionalities are working fine. Let us know in case of any issues.Thanks,Neel PatelOn Wed, Feb 3, 2016 at 12:57 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:Hi,PFA updated patch, Copyright year updated.--Regards,On Wed, Feb 3, 2016 at 12:22 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:Hi,Please find attach patch for tablespace node for pgAdmin4.--Regards,
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Вложения
В списке pgadmin-hackers по дате отправления: