[pgadmin-support] Little bug changing db owner

2006-11-15 Thread Jim Cullison
Here's a small bug I ran across. Open the properties on a database, use the drop down to change the database owner. The Ok button does not become enabled and the SQL preview does not show changes. If you change the comment, the Ok button becomes enabled correctly and the SQL preview is updated.

Re: [pgadmin-support] Table count option

2006-11-15 Thread Dave Page
Melvin Davidson wrote: OK, one more time. Yes I know that right click count does that! I know about select count(*). I know about Right-click -> Count The question was/is "What is the equivalent SQL function to update the Rows(counted) value? Right, one more time :-) There is no SQL functio

Re: [pgadmin-support] Table count option

2006-11-15 Thread Dave Page
Melvin Davidson wrote: Dave, Yes SELECT count(*) FROM table; will give me a count of rows but it does _not_ update the "Rows(counted) value in the properties window" So what is the equivalent function to update the "Rows(counted) value in the properties window"??? Right-click -> Count. The v

Re: [pgadmin-support] Test results for 1.6RC2 rev: 5636M

2006-11-15 Thread Erwin Brandstetter
Di Dave! Testing 1.6.0 rev: 5641 [EMAIL PROTECTED] wrote: Erwin Brandstetter wrote: # One more cornercase for "Find and Replace". Try to replace multiple occurrences of 'abc' with 'abcd' and see for yourself .. Seems like "Replace" continues the search at the _beginning_ of the newly inserte

Re: [pgadmin-support] 1.6RC2 rev: 5636M crashing reproducibly

2006-11-15 Thread Dave Page
Steady on - I'm not that quick :-). As I've already branched and tagged 1.6, I've committed a fix to the 1.6 patches branch and to 1.7. It will be in 1.6.1 whenever that gets released. Congrats on finding a bug before the release announcement even went out! Shoulda known it would be you that f

Re: [pgadmin-support] 1.6RC2 rev: 5636M crashing reproducibly

2006-11-15 Thread Erwin Brandstetter
Downloaded pending 1.6.0 rev: 5641 Deinstalled v1.6 RC2, restarted PC, installed pending release 1.6.0 rev: 5641. Crash is still reproducible. Regards Erwin [EMAIL PROTECTED] wrote: Hi developers! Hi Dave! Testing 1.6RC2 rev: 5636M, client Win XP. I am afraid I have discovered a grave bug.

Re: [pgadmin-support] Table count option

2006-11-15 Thread Dave Page
Melvin Davidson wrote: Right clicking on a table show the "count" option, which updates the Rows(counted) value in the properties window for the table. Is there an equivalent SQL command? ANALYZE/ table_name/ does not work as the equivalent. SELECT count(*) FROM table; Regards Dave --

[pgadmin-support] Table count option

2006-11-15 Thread Melvin Davidson
Right clicking on a table show the "count" option, which updates the Rows(counted) value in the properties window for the table. Is there an equivalent SQL command? ANALYZE table_name does not work as the equivalent.

[pgadmin-support] 1.6RC2 rev: 5636M crashing reproducibly

2006-11-15 Thread Erwin Brandstetter
Hi developers! Hi Dave! Testing 1.6RC2 rev: 5636M, client Win XP. I am afraid I have discovered a grave bug. When I try to open a table via the filter-dialogue (button: grid with funnel) and click Cancel in the "View Data Options" dialogue, pgAdmin crashes. I have tried this a couple of times

Re: [pgadmin-support] Can't start pgadmin after installing it (symbol

2006-11-15 Thread Carlos Vieira
Hi, Problem solved :) I made a mistake with wxWidgets i was just building wxGTK, instead of all wxWidgets. Sorry to take your time with this problem - that was not a problem :) Thanks Carlos Vieira Carlos Vieira wrote: > Hello, > > I hope somebody can help me with this problem... well,

[pgadmin-support] Can't start pgadmin after installing it (symbol lookup error ... undefined symbol: _ZNK10wxComboBox19GetCurrentSelectionEv)

2006-11-15 Thread Carlos Vieira
Hello, I hope somebody can help me with this problem... well, lets start to explain the problem from the beggining: Versions used (all compiled from source): * postgresql 8.1.5 o --prefix=/opt/postgres-8.1.5/ * wxGTK 2.6.1/2.6.2/2.6.3 o configure options: --with-gtk=2

Re: [pgadmin-support] CONN ERROR: func=original_CC_connect, desc='"', errnum=210, errmsg=''"

2006-11-15 Thread Mike Knell
Hi Milen Oops , wrong address. Thanks! From: "Milen A. Radev" <[EMAIL PROTECTED]> To: Mike Knell <[EMAIL PROTECTED]> Subject: Re: CONN ERROR: func=original_CC_connect, desc='"', errnum=210, errmsg=''" Date: Tue, 14 Nov 2006 16:15:05 +0200 Mike Knell написа: > Hi > > (First apologies f

Re: [pgadmin-support] Test results for 1.6RC2 rev: 5636M

2006-11-15 Thread Dave Page
Erwin Brandstetter wrote: Hi developers! Hi Dave! Testing 1.6RC2 rev: 5636M, client Win XP. # One more cornercase for "Find and Replace". Try to replace multiple occurrences of 'abc' with 'abcd' and see for yourself .. Seems like "Replace" continues the search at the _beginning_ of the newly