Re: [pgadmin4][Patch]: Display Functions node for GreenPlum database

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin4][Patch]: Display Functions node for GreenPlum database
Date: 2018-01-12 05:37:37
Message-ID: CAKKotZQqUMbfpNA5j9G998A+nh07zrVU0Wn6qEZ2w7qhPgx0VQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Joao,

We have written common function 'def get_types(...)' in a class called
'DataTypeReader' to fetch datatypes in a file '../pgadmin4/web/pgadmin/
browser/server_groups/servers/databases/schemas/utils.py' and we have
inherited from DataTypeReader in Function module's 'FunctionView' class to
use it check line no. 120

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Thu, Jan 11, 2018 at 9:31 PM, Joao De Almeida Pereira <
jdealmeidapereira(at)pivotal(dot)io> wrote:

> Hello Hackers,
> We had some requests from GreenPlum users to display the functions node
> again.
> This patch reintroduces functions as a node underneath the Schemas.
>
>
> Unfortunately this patch is not final because I could not find the place
> where the Data Type is populated from. (See next image)[image: Inline
> image 1]
>
> Can anyone explain me how these types get populated?
>
>
>
> Thanks
> Joao
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2018-01-12 07:31:15 pgAdmin 4 commit: Fixed the warnings/errors reported by eslint for all
Previous Message Joao De Almeida Pereira 2018-01-11 21:58:51 [pgAdmin4][Patch] Statistics button not working for GreenPlum