public inbox for [email protected]  
help / color / mirror / Atom feed
 pgAdmin 4 commit: Added support for the creation of Nested Table and Va
2+ messages / 1 participants
[nested] [flat]

*  pgAdmin 4 commit: Added support for the creation of Nested Table and Va
@ 2021-05-07 07:10 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2021-05-07 07:10 UTC (permalink / raw)
  To: [email protected]

Added support for the creation of Nested Table and Varying Array Type for Advanced Server. Fixes #6407

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0df4d360498e8a6e38d8a7ffba2fcd2c6c6...
Author: Yogesh Mahajan <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   |   1 +
.../servers/databases/schemas/types/__init__.py    |  71 +++++++--
.../databases/schemas/types/static/js/type.js      | 175 ++++++++++++++++++++-
.../templates/types/{ => pg}/sql/default/acl.sql   |   0
.../{ => pg}/sql/default/additional_properties.sql |   6 +-
.../types/{ => pg}/sql/default/create.sql          |   0
.../types/{ => pg}/sql/default/delete.sql          |   0
.../types/{ => pg}/sql/default/get_collations.sql  |   0
.../sql/default/get_external_functions.sql         |   0
.../types/{ => pg}/sql/default/get_oid.sql         |   0
.../types/{ => pg}/sql/default/get_scid.sql        |   0
.../types/{ => pg}/sql/default/get_subtypes.sql    |   0
.../types/{ => pg}/sql/default/get_types.sql       |   0
.../templates/types/{ => pg}/sql/default/nodes.sql |   0
.../types/{ => pg}/sql/default/properties.sql      |   0
.../{ => pg}/sql/default/type_schema_diff.sql      |   0
.../types/{ => pg}/sql/default/update.sql          |   0
.../types/{ => pg}/sql/gpdb_5.0_plus/acl.sql       |   0
.../sql/gpdb_5.0_plus/additional_properties.sql    |   0
.../{ => pg}/sql/gpdb_5.0_plus/get_collations.sql  |   0
.../{ => pg}/sql/gpdb_5.0_plus/properties.sql      |   0
.../types/templates/types/ppas/sql/default/acl.sql |  27 ++++
.../ppas/sql/default/additional_properties.sql     |  58 +++++++
.../templates/types/ppas/sql/default/create.sql    |  94 +++++++++++
.../templates/types/ppas/sql/default/delete.sql    |   1 +
.../types/ppas/sql/default/get_collations.sql      |   7 +
.../ppas/sql/default/get_external_functions.sql    |  42 +++++
.../templates/types/ppas/sql/default/get_oid.sql   |  11 ++
.../templates/types/ppas/sql/default/get_scid.sql  |  15 ++
.../types/ppas/sql/default/get_subtypes.sql        |  56 +++++++
.../templates/types/ppas/sql/default/get_types.sql |  11 ++
.../templates/types/ppas/sql/default/nodes.sql     |  13 ++
.../types/ppas/sql/default/properties.sql          |  24 +++
.../templates/types/ppas/sql/default/update.sql    | 161 +++++++++++++++++++
.../templates/types/sql/postgres_inbuit_types.txt  |  53 -------
.../ppas/default/create_nested_table_type.sql      |   9 ++
.../tests/ppas/default/create_varray_type.sql      |   9 ++
.../schemas/types/tests/ppas/default/tests.json    |  40 ++++-
.../schemas/types/tests/test_types_add.py          |  24 ++-
.../schemas/types/tests/types_test_data.json       | 100 +++++++++++-
40 files changed, 932 insertions(+), 76 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

*  pgAdmin 4 commit: Added support for the creation of Nested Table and Va
@ 2021-05-12 07:57 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2021-05-12 07:57 UTC (permalink / raw)
  To: [email protected]

Added support for the creation of Nested Table and Varying Array Type for Advanced Server. Fixes #6407

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0df4d360498e8a6e38d8a7ffba2fcd2c6c6...
Author: Yogesh Mahajan <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   |   1 +
.../servers/databases/schemas/types/__init__.py    |  71 +++++++--
.../databases/schemas/types/static/js/type.js      | 175 ++++++++++++++++++++-
.../templates/types/{ => pg}/sql/default/acl.sql   |   0
.../{ => pg}/sql/default/additional_properties.sql |   6 +-
.../types/{ => pg}/sql/default/create.sql          |   0
.../types/{ => pg}/sql/default/delete.sql          |   0
.../types/{ => pg}/sql/default/get_collations.sql  |   0
.../sql/default/get_external_functions.sql         |   0
.../types/{ => pg}/sql/default/get_oid.sql         |   0
.../types/{ => pg}/sql/default/get_scid.sql        |   0
.../types/{ => pg}/sql/default/get_subtypes.sql    |   0
.../types/{ => pg}/sql/default/get_types.sql       |   0
.../templates/types/{ => pg}/sql/default/nodes.sql |   0
.../types/{ => pg}/sql/default/properties.sql      |   0
.../{ => pg}/sql/default/type_schema_diff.sql      |   0
.../types/{ => pg}/sql/default/update.sql          |   0
.../types/{ => pg}/sql/gpdb_5.0_plus/acl.sql       |   0
.../sql/gpdb_5.0_plus/additional_properties.sql    |   0
.../{ => pg}/sql/gpdb_5.0_plus/get_collations.sql  |   0
.../{ => pg}/sql/gpdb_5.0_plus/properties.sql      |   0
.../types/templates/types/ppas/sql/default/acl.sql |  27 ++++
.../ppas/sql/default/additional_properties.sql     |  58 +++++++
.../templates/types/ppas/sql/default/create.sql    |  94 +++++++++++
.../templates/types/ppas/sql/default/delete.sql    |   1 +
.../types/ppas/sql/default/get_collations.sql      |   7 +
.../ppas/sql/default/get_external_functions.sql    |  42 +++++
.../templates/types/ppas/sql/default/get_oid.sql   |  11 ++
.../templates/types/ppas/sql/default/get_scid.sql  |  15 ++
.../types/ppas/sql/default/get_subtypes.sql        |  56 +++++++
.../templates/types/ppas/sql/default/get_types.sql |  11 ++
.../templates/types/ppas/sql/default/nodes.sql     |  13 ++
.../types/ppas/sql/default/properties.sql          |  24 +++
.../templates/types/ppas/sql/default/update.sql    | 161 +++++++++++++++++++
.../templates/types/sql/postgres_inbuit_types.txt  |  53 -------
.../ppas/default/create_nested_table_type.sql      |   9 ++
.../tests/ppas/default/create_varray_type.sql      |   9 ++
.../schemas/types/tests/ppas/default/tests.json    |  40 ++++-
.../schemas/types/tests/test_types_add.py          |  24 ++-
.../schemas/types/tests/types_test_data.json       | 100 +++++++++++-
40 files changed, 932 insertions(+), 76 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2021-05-12 07:57 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 07:10  pgAdmin 4 commit: Added support for the creation of Nested Table and Va Akshay Joshi <[email protected]>
2021-05-12 07:57  pgAdmin 4 commit: Added support for the creation of Nested Table and Va Akshay Joshi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox