Hi
On Fri, Jan 29, 2016 at 1:32 PM, Dmitry Voronin
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 ca
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