Re: Patches for creating Casts and Conversions - Mailing list pgadmin-support

From Dave Page
Subject Re: Patches for creating Casts and Conversions
Date
Msg-id CA+OCxowGaRshbL9-v3MrYrpg_3uoUXA6ZGxDDsNQv-GiBns_1A@mail.gmail.com
Whole thread Raw
In response to Patches for creating Casts and Conversions  (Dmitry Voronin <carriingfate92@yandex.ru>)
List pgadmin-support
Hi

On Fri, Jan 29, 2016 at 1:32 PM, Dmitry Voronin
<carriingfate92@yandex.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



pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: [patch] spelling error s/ressource/resource
Next
From: StanC
Date:
Subject: bug report: pgadmin3 server status dialog malfunction