Re: [pgadmin-support] Patches for creating Casts and Conversions

2016-02-01 Thread Dave Page
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

[pgadmin-support] Patches for creating Casts and Conversions

2016-01-29 Thread Dmitry Voronin
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