pgAdmin 4 commit: Fix an error that could be seen when click on any sys

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an error that could be seen when click on any sys
Date: 2019-08-26 09:06:34
Message-ID: E1i2AxO-0001tr-G0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an error that could be seen when click on any system column of a table. Fixes #4577

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53ab4d7e8dd68021641fbc448728f9bcfb1fc9e9
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
.../servers/databases/schemas/tables/columns/__init__.py | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-26 09:07:42 Re: [pgAdmin][RM4577] "string indices must be integers" displayed if click on PostgreSQL internal columns
Previous Message Akshay Joshi 2019-08-26 08:48:21 Re: [GSoC][New Feature] Editable and Read-only Columns