pgAdmin 4 commit: Fixed string indices must be integers issue for Postg - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed string indices must be integers issue for Postg
Date
Msg-id E1kAUmb-0003wC-8N@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Cognitive complexity
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM5990]: Update the style guide on pgAdmin4 website