| From: | Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: Added variable macro for generic db objects |
| Date: | 2016-02-02 13:01:21 |
| Message-ID: | CAKKotZQUjaZYinpMtz3jneEdJVpgp=FP2sK=1z4OJsyFY3Uqeg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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 | Content-Type | Size |
|---|---|---|
| added_generic_macro_v2.patch | application/octet-stream | 1.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-02-02 13:16:20 | pgAdmin 4 commit: Update the runtime to properly support Windows. |
| Previous Message | Murtuza Zabuawala | 2016-02-02 12:19:07 | Added variable macro for generic db objects |