PATCH: Added Statistics functionality for many nodes (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Added Statistics functionality for many nodes (pgAdmin4)
Date: 2016-06-07 11:27:47
Message-ID: CAKKotZTxWYB-4U9hKpZ-2zgY9cmE5aBtEoLVPqKBaO=BYz3kXg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to add Statistics functionality to below nodes,

- Table
- Function
- Procedure
- Trigger Function
- Sequence
- Index
- Column
- Primary Key
- Unique constraint
- Exclusion constraint

(RM#1299)

---------------

Additionally, attaching two separate patches,

1) To update validation of object before using it
(file: statistics.js)

2) To fix incorrect condition checking for privileges.
Thanks to Surinder for reporting this issue.
(file: privilege.js)

Please review.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_1299.patch application/octet-stream 59.6 KB
Fixed_condition_privileges.patch application/octet-stream 524 bytes
update_validation_statistics.patch application/octet-stream 565 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-07 11:37:05 pgAdmin 4 commit: Fix incorrect condition checking for privileges.
Previous Message Dave Page 2016-06-07 11:13:00 pgAdmin 4 commit: Fix venv search path on Mac.