Re: PATCH: Collation node [pgAdmin4]

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Collation node [pgAdmin4]
Date: 2016-02-25 14:23:12
Message-ID: CA+OCxox8COM2nNjw6+52dHDfBYw+RqSQWc12kyUWXX4Af4NOUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Tue, Feb 9, 2016 at 10:15 AM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA patch for collation node.
>
> FYI, patch for this node is already reviewed by Neel, but in this patch we
> have added parent id in generate browser node function and also added code
> to handle sql panel request.
>

I think this has bit-rotted, as it's not working for me:

- SQL is not being generated by the Create dialogue. Updating comments on
existing collations works though.

- Reverse engineered SQL contains both leading and trailing blank lines.

- The Python file is missing the introductory pydoc comment and blank line
after the header.

- 4 space indentation is not consistently applied to SQL templates

- Slony schemas should not be special-cased.

Thanks.

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-02-25 15:10:57 [pgAdmin4][Patch]: Support for asynchronous connection in psycopg2
Previous Message Dave Page 2016-02-25 14:07:00 Re: PATCH: PGADMIN 4 - FTS templates node