Re: [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Syed Fahar Abbas <fahar(dot)abbas(at)enterprisedb(dot)com>
Subject: Re: [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS
Date: 2018-09-13 12:46:44
Message-ID: CA+OCxozQkRQEZnemNRg4znfZGbind5oNboVqjJJkp3=njGt+zg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

Fahar; please test this thoroughly - I have limited EPAS instances to hand.
Thanks!

On Wed, Sep 12, 2018 at 2:19 PM, Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix:
> 1) CLOB data type (and other datatypes of sys schema) was not visible in
> properties of existing column to edit for EPAS.
> 2) CLOB data type was not set as CLOB in column data type drop down.
> 3) Create a type in public schema eg-"typeInPublic" and try to create a
> column with that type. It failed to create.
> 4) DEFAULT keyword was added to generated SQL on focus on Default value
> textbox focus and staying there forever even if textbox is blank.
>
> Kindly review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB Software Solutions | Pune
> "Don't Complain about Heat, Plant a tree"
>

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

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-09-13 13:06:25 [pgAdmin4][Patch]: Added basic start up logs for RunTime
Previous Message Dave Page 2018-09-13 12:45:10 pgAdmin 4 commit: Fix support for the CLOB datatype in EPAS. Fixes #359