Обсуждение: [pgAdmin III] #245: Erroneous log_statement query in frmStatus
#245: Erroneous log_statement query in frmStatus
--------------------------+-------------------------------------------------
Reporter: gleu | Owner: gleu
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.12
Keywords: serverstatus | Platform: all
--------------------------+-------------------------------------------------
log_statement parameter is of type boolean in 7.4, and was changed to
text/enum since 8.0. So, we got query error when we tried to disable log
statements in the server status window. The patch fixes this by changing
the query we execute wrt the PostgreSQL release.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/245>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#245: Erroneous log_statement query in frmStatus
----------------------+-----------------------------------------------------
Reporter: gleu | Owner: gleu
Type: bug | Status: closed
Priority: minor | Milestone: 1.12.1
Component: pgadmin | Version: 1.12
Resolution: fixed | Keywords: serverstatus
Platform: all |
----------------------+-----------------------------------------------------
Changes (by gleu):
* status: new => closed
* resolution: => fixed
* milestone: => 1.12.1
Comment:
Fixed in f6ac3bb9cbcce9b0768a932ef1491146451b781c and
78283d25f5dd5b2cf6667b66f6f8a3d2928e28e6.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/245#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III