[pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list
Prerequisites: Binary downloaded from website, used along with Postgres 8.3.0 Windows XP Pro, SP2 Steps to reproduce 1) create a simple table with two columns : create test_table(a integer, b integer); 2) go to ‘New Table..” menu, type in some table name, 3) go to ‘Columns’ tab, type some column name, ‘a’ for instance and try to find type ‘test_table’ in the drop-down ‘Data Type’ list. You should see only test_table[], not test_table which doesn’t seem correct. Regards, Peter G. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
Re: [pgadmin-support] Keyboard bindings on OS X for pgadmin 1.8.2
On Feb 12, 2008 6:02 PM, Laurent Yaish <[EMAIL PROTECTED]> wrote: > Hey folks, > > Would it be possible to change the pgAdmin keyboard shortcuts for OS X > to make use of common Mac shorcuts? > Some examples: > - in the Query window, Cmd + arrow would be great instead of the > current Fn + arrow to navigate to beggining or end of a line/document > - Cmd + w to close a window The query tool ones may well be out of our hands as the wxStyledTextControl handles most of the editting grunt work. The other ones are on the TODO already :-) -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com The Oracle-compatible database company ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[pgadmin-support] Keyboard bindings on OS X for pgadmin 1.8.2
Hey folks, Would it be possible to change the pgAdmin keyboard shortcuts for OS X to make use of common Mac shorcuts? Some examples: - in the Query window, Cmd + arrow would be great instead of the current Fn + arrow to navigate to beggining or end of a line/document - Cmd + w to close a window I'm sure that there might be more but these are the two that I keep hitting. I go back and forth between BBEdit and pgAdmin and I end up using the wrong keys all the time... Keep up the good work! Laurent ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
Re: [pgadmin-support] Wrong colors in data view when running inverse color Gnome theme
Dave Page wrote: On Feb 12, 2008 12:51 PM, Jonatan Wallmander <[EMAIL PROTECTED]> wrote: Hello, I'm running pgadmin 3 on X11 / gnome. When I use a theme with inversed colors I get white text on white background in the data grid view. PGAdmin follows the theme in text color, but not grid background color. The SQL view pane in the main gui is forcing its colors for instance... That's OK. My suggestion is: - Follow the theme - Or: Force the color of the text, don't follow the theme with the text and not with the background. pgAdmin doesn't play with any colours - thats entirely down to wxWidgets I'm afraid. Ah, bummer.. I'll dig a bit in that code then, see what I can come up with.. /jaw ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
Re: [pgadmin-support] Wrong colors in data view when running inverse color Gnome theme
On Feb 12, 2008 12:51 PM, Jonatan Wallmander <[EMAIL PROTECTED]> wrote: > Hello, > > I'm running pgadmin 3 on X11 / gnome. > When I use a theme with inversed colors I get white text on white > background in the data grid view. > PGAdmin follows the theme in text color, but not grid background color. > > The SQL view pane in the main gui is forcing its colors for instance... > That's OK. > > My suggestion is: > - Follow the theme > - Or: Force the color of the text, don't follow the theme with the > text and not with the background. pgAdmin doesn't play with any colours - thats entirely down to wxWidgets I'm afraid. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com The Oracle-compatible database company ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[pgadmin-support] Wrong colors in data view when running inverse color Gnome theme
Hello, I'm running pgadmin 3 on X11 / gnome. When I use a theme with inversed colors I get white text on white background in the data grid view. PGAdmin follows the theme in text color, but not grid background color. The SQL view pane in the main gui is forcing its colors for instance... That's OK. My suggestion is: - Follow the theme - Or: Force the color of the text, don't follow the theme with the text and not with the background. Thank you for great software! Regards, Jonatan Wallmander ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
