Thread: problem with server status window
Hi there, im using PGAdmin 1.14.1 on Mac OS 10.7.2 with PG 9.0 running on Ubuntu and keep having the following problem. The log filesdisplayed in the server status window show up for the current log file only. I am aware of the fact that I have to clickon a row of the log file pane on the right to enable the popup menu in the upper left corner which lets me select adifferent log file. But now it keeps being disabled, no matter what I do. I can "pico" my log files just fine, so I'm ata loss as to what's up there. Any pointers? tia, Max
Am 03.02.2012 um 16:26 schrieb Maximilian Tyrtania: > im using PGAdmin 1.14.1 on Mac OS 10.7.2 with PG 9.0 running on Ubuntu and keep having the following problem. The log filesdisplayed in the server status window show up for the current log file only. I am aware of the fact that I have to clickon a row of the log file pane on the right to enable the popup menu in the upper left corner which lets me select adifferent log file. But now it keeps being disabled, no matter what I do. I can "pico" my log files just fine, so I'm ata loss as to what's up there. Any pointers? I forgot to mention that I have logging_collector = on log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' in my postgresql.conf and my logfiles are named accordingly (e.g. "postgresql-2012-02-04_000000.log") and are in the pg_logdirectory (as claimed in postgresql.conf). The popup menu that usually allows me to select a different log file enablesfor a split second when I click on the log file pane on the right (as does the "rotate"-button), but immediatedlydisables. Is PGAdmin trying to tell me that something is wrong with my logfile settings this way? Maximilian Tyrtania http://www.contactking.de
On Sat, 2012-02-04 at 11:43 +0100, Maximilian Tyrtania wrote: > Am 03.02.2012 um 16:26 schrieb Maximilian Tyrtania: > > > im using PGAdmin 1.14.1 on Mac OS 10.7.2 with PG 9.0 running on Ubuntu and keep having the following problem. The logfiles displayed in the server status window show up for the current log file only. I am aware of the fact that I haveto click on a row of the log file pane on the right to enable the popup menu in the upper left corner which lets me selecta different log file. But now it keeps being disabled, no matter what I do. I can "pico" my log files just fine, soI'm at a loss as to what's up there. Any pointers? > > I forgot to mention that I have > > logging_collector = on > log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' > > in my postgresql.conf and my logfiles are named accordingly (e.g. "postgresql-2012-02-04_000000.log") and are in the pg_logdirectory (as claimed in postgresql.conf). The popup menu that usually allows me to select a different log file enablesfor a split second when I click on the log file pane on the right (as does the "rotate"-button), but immediatedlydisables. > Is PGAdmin trying to tell me that something is wrong with my logfile settings this way? > No. Looking at your report, I found a bug. At the opening of the status server window, the log pane is selected but its widgets aren't. This bug is now fixed. Before we can have another minor release, there is a workaround: select another pane, then select the log pane. At least, it works for me on my linux laptop. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com
Am 06.02.2012 um 23:28 schrieb Guillaume Lelarge: > No. Looking at your report, I found a bug. At the opening of the status > server window, the log pane is selected but its widgets aren't. This bug > is now fixed. Before we can have another minor release, there is a > workaround: select another pane, then select the log pane. At least, it > works for me on my linux laptop. Ah, thanks for looking into this. Unfortunately your suggested workaround doesn't appear to work on my Mac OS 10.7.3 machine. Maximilian Tyrtania http://www.contactking.de
On Tue, Feb 7, 2012 at 9:41 AM, Maximilian Tyrtania <lists@contactking.de> wrote: > Am 06.02.2012 um 23:28 schrieb Guillaume Lelarge: > >> No. Looking at your report, I found a bug. At the opening of the status >> server window, the log pane is selected but its widgets aren't. This bug >> is now fixed. Before we can have another minor release, there is a >> workaround: select another pane, then select the log pane. At least, it >> works for me on my linux laptop. > > Ah, thanks for looking into this. Unfortunately your suggested workaround doesn't appear to work on my Mac OS 10.7.3 machine. It works for me. Are you clicking the pane header or something in the pane? Try clicking the header (it should cause it to be highlighted). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Am 07.02.2012 um 10:44 schrieb Dave Page: > On Tue, Feb 7, 2012 at 9:41 AM, Maximilian Tyrtania > <lists@contactking.de> wrote: >> Am 06.02.2012 um 23:28 schrieb Guillaume Lelarge: >> >>> No. Looking at your report, I found a bug. At the opening of the status >>> server window, the log pane is selected but its widgets aren't. This bug >>> is now fixed. Before we can have another minor release, there is a >>> workaround: select another pane, then select the log pane. At least, it >>> works for me on my linux laptop. >> >> Ah, thanks for looking into this. Unfortunately your suggested workaround doesn't appear to work on my Mac OS 10.7.3 machine. > > It works for me. Are you clicking the pane header or something in the > pane? Try clicking the header (it should cause it to be highlighted). Ah, guess what, it's working for me now. All I had to do was to reset the view to its standard settings (I had the "preparedtransactions"-pane set to invisible). Once it reset my view settings to "standard" the popup menu enables just fine.BTW, clicking on the header didn't make a difference. Anyway, I'm glad I have it working now. Thanks, Maximilian Tyrtania http://www.contactking.de