Added variable macro for generic db objects - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject Added variable macro for generic db objects
Date
Msg-id CAKKotZRv6z1twV+dXQH+77-3XXbvnnuGg8Fxw40iahNtOqr5Nw@mail.gmail.com
Whole thread Raw
Responses Re: Added variable macro for generic db objects
List pgadmin-hackers
Hi,

PFA patch to add another generic macro for variable control, previously written macro was specific to database node and not usable with other db objects.

How to use:
VARIABLE.SET(conn, object_type, object_name, variable_name, value)
VARIABLE.UNSET(conn, object_type, object_name, variable_name)


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

Attachment

pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Minor issue in variable js [pgadmin4]
Next
From: Murtuza Zabuawala
Date:
Subject: Re: Added variable macro for generic db objects