| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fixed string indices must be integers issue for Postg |
| Date: | 2020-08-25 08:58:21 |
| Message-ID: | E1kAUmb-0003wC-8N@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fixed string indices must be integers issue for PostgreSQL < 9.3. Fixes #5766
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df9aaf19c2266512660db8c7f24696c40390fcc0
Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
.../templates/depends/gpdb/5_plus/dependencies.sql | 6 +-
.../templates/depends/gpdb/5_plus/dependents.sql | 6 +-
.../templates/depends/pg/9.1_plus/dependencies.sql | 6 +-
.../templates/depends/pg/9.1_plus/dependents.sql | 6 +-
.../templates/depends/pg/9.3_plus/dependencies.sql | 87 +++++++++++++++++++++
.../templates/depends/pg/9.3_plus/dependents.sql | 73 +++++++++++++++++
.../depends/ppas/9.1_plus/dependencies.sql | 6 +-
.../templates/depends/ppas/9.1_plus/dependents.sql | 6 +-
.../depends/ppas/9.3_plus/dependencies.sql | 91 ++++++++++++++++++++++
.../templates/depends/ppas/9.3_plus/dependents.sql | 77 ++++++++++++++++++
11 files changed, 341 insertions(+), 24 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2020-08-25 09:59:03 | Re: [pgAdmin][RM5990]: Update the style guide on pgAdmin4 website |
| Previous Message | Akshay Joshi | 2020-08-25 07:12:37 | Re: [pgAdmin][SonarQube] Cognitive complexity |