Re: [pgadmin4][patch] #3099 GPDB: Creating table and creating columnin table fails - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgadmin4][patch] #3099 GPDB: Creating table and creating columnin table fails
Date
Msg-id CA+OCxoymm2OhsSp1940_Ath57M3o3s-oF3CxOiRJnBhGFOrWDA@mail.gmail.com
Whole thread Raw
In response to [pgadmin4][patch] #3099 GPDB: Creating table and creating column intable fails  (Joao De Almeida Pereira <jdealmeidapereira@pivotal.io>)
List pgadmin-hackers
Thanks, patch applied.

On Fri, Feb 9, 2018 at 10:49 PM, Joao De Almeida Pereira <jdealmeidapereira@pivotal.io> wrote:
Hi Hackers,

Attached is the patch that correct the creation of tables and columns.

Also started using in a more widespread way the `compile_template_path` function  to have the logic in a single place.
Hides the Advanced Tab on table creation for GreenPlum Databases
Correctly retrieves the collate of the GrenPlum Database in multiples places that use it
Correct the SQL generation for table creation when a primary keys are present

Thanks
Joao



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

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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix creation of tables and columns in GPDB. Fixes#30
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Un-vendorise React,now that it contains bug fixes we