pgAdmin 4 commit: Added statistics and storage information in reverse e

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added statistics and storage information in reverse e
Date: 2019-12-09 10:06:58
Message-ID: E1ieFwQ-0004Lc-JE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added statistics and storage information in reverse engineering SQL of table/column. Fixes #4982.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f15db03ec38a729b7f591d87e6f8efb314a75b50

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 2 ++
.../tables/columns/tests/10_plus/alter_column_char.sql | 6 ++++++
.../schemas/tables/columns/tests/10_plus/test.json | 2 +-
.../tables/columns/tests/12_plus/alter_column_char.sql | 6 ++++++
.../schemas/tables/columns/tests/12_plus/test.json | 2 +-
.../tables/columns/tests/default/alter_column_char.sql | 6 ++++++
.../schemas/tables/columns/tests/default/test.json | 2 +-
.../tables/templates/columns/sql/10_plus/create.sql | 14 ++++++++++++++
.../tables/templates/columns/sql/10_plus/update.sql | 4 ++--
.../tables/templates/columns/sql/12_plus/create.sql | 14 ++++++++++++++
.../tables/templates/columns/sql/9.2_plus/update.sql | 4 ++--
.../tables/templates/columns/sql/default/create.sql | 14 ++++++++++++++
.../tables/templates/columns/sql/default/update.sql | 4 ++--
.../tables/templates/tables/sql/10_plus/create.sql | 15 +++++++++++++++
.../tables/templates/tables/sql/12_plus/create.sql | 15 +++++++++++++++
.../tables/templates/tables/sql/default/create.sql | 15 +++++++++++++++
16 files changed, 116 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-09 11:00:30 Re: [pgAdmin][RM4506] "can't execute an empty query" message displayed if user remove fill factor of any existing table
Previous Message Aditya Toshniwal 2019-12-09 10:02:58 [pgAdmin][RM4506] "can't execute an empty query" message displayed if user remove fill factor of any existing table