pgAdmin 4 commit: Use 'set_config(...)' function to update the 'bytea_o

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use 'set_config(...)' function to update the 'bytea_o
Date: 2019-02-08 04:52:45
Message-ID: E1gry9d-0001yQ-PH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use 'set_config(...)' function to update the 'bytea_output' settings
instead of 'UPDATE' statement, which is not allowed in the the read-only
instances.

Reported by: Robert J. Rotter
Solution provided by: Tom Lane

Fixes #3973

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/connection.py | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2019-02-08 05:04:34 PATCH: Table header size
Previous Message Akshay Joshi 2019-02-07 10:40:26 pgAdmin 4 commit: Tag REL-4_2 has been created.