pgAdmin 4 commit: Remove arbitrary (and incorrect) requirement that com
Dave Page <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <[email protected]> |
Remove arbitrary (and incorrect) requirement that composite types must have at least two members. Fixes #4451 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=080ccdda5b293864f752b02b37e5ec9a51a1236b Author: Aditya Toshniwal <[email protected]> Modified Files -------------- docs/en_US/release_notes_4_15.rst | 1 + .../servers/databases/schemas/types/__init__.py | 15 ------------- .../default/create_composite_type_one_field.sql | 11 +++++++++ .../schemas/types/tests/default/tests.json | 26 ++++++++++++++++++++++ 4 files changed, 38 insertions(+), 15 deletions(-)