[pgAdmin III] #245: Erroneous log_statement query in frmStatus

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #245: Erroneous log_statement query in frmStatus
Date: 2010-09-29 17:10:17
Message-ID: 045.4a7ab51578818f5a8df2f376009c4631@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-09-29 17:11:20 [pgAdmin III] #246: pgAdmin 1.12: line numbers are shown twice
Previous Message pgAdmin Trac 2010-09-29 17:08:58 [pgAdmin III] #244: Crash with the lock report