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

From Murtuza Zabuawala
Subject Re: Added variable macro for generic db objects
Date
Msg-id CAKKotZQUjaZYinpMtz3jneEdJVpgp=FP2sK=1z4OJsyFY3Uqeg@mail.gmail.com
Whole thread Raw
In response to Added variable macro for generic db objects  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Responses Re: Added variable macro for generic db objects
List pgadmin-hackers
Hi,

PFA updated patch, I missed adding parentheses in previous patch for UNSET macro .

Thanks.

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


On Tue, Feb 2, 2016 at 5:49 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
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: Murtuza Zabuawala
Date:
Subject: Added variable macro for generic db objects
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update the runtime to properly support Windows.