Re: Patches for creating Casts and Conversions

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Dmitry Voronin <carriingfate92(at)yandex(dot)ru>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Patches for creating Casts and Conversions
Date: 2016-02-01 12:50:55
Message-ID: CA+OCxowGaRshbL9-v3MrYrpg_3uoUXA6ZGxDDsNQv-GiBns_1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Fri, Jan 29, 2016 at 1:32 PM, Dmitry Voronin
<carriingfate92(at)yandex(dot)ru> wrote:
> Hello, pgAdmin team!
>
> I'm use pgadmin3 1.22.0.
>
> So, I have 2 patches, that allows you to create Casts and Conversion.
>
> 1. Casts.
>
> - I create function integer_to_text(INTEGER value) that returns TEXT value;
> - I click on casts icon in pgadmin tree;
> - Next, I specify IN type (integer) and OUT type (text)
> - I open function combobox at this panel, but I don't find some functions (i.e. integer_to_text).
> So, the patch dlgCast.patch fix it.

This was fixed last week - please see
http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=commit;h=8705fe00438817a71c5a292d6f9a23ae70a3577b

> 2. Conversion.
>
> - I click on conversions in pgadmin tree;
> - Next, I specify conversion name as test_conversion;
> - On next panel I specify input and output encodings;
> - Function's combobox is not available, and I can't specify functions for execution and enter the names.
> So, the patch dkgConversion.patch fix it.

Thanks - I've committed your patch to fix this.

Regards, Dave

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message StanC 2016-02-02 03:26:00 bug report: pgadmin3 server status dialog malfunction
Previous Message Dave Page 2016-02-01 10:39:38 Re: [patch] spelling error s/ressource/resource