Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Guillaume Lelarge
Le mardi 11 août 2009 à 00:02:30, Rainer Bauer a écrit : > [...] > If not, when will there be a point release containing the change? > In fact, there are 16 bug fixes in 1.10, and 1 remaining to be fixed. But I don't know when we'll have a point release. -- Guillaume. http://www.postgresqlfr.

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Rainer Bauer
Hello Guillaume, Monday, August 10, 2009, 10:16:47 PM, you wrote: GL> Done, and commited. Thanks. Thanks for the quick fix. However how do I get hold of the latest developement Snapshot? only offers the old beta releases. And also I do have VS2005, the

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Guillaume Lelarge
Le lundi 10 août 2009 à 20:57:09, Dave Page a écrit : > On Mon, Aug 10, 2009 at 7:46 PM, Guillaume > > Lelarge wrote: > > Why didn't I think about this quite easy solution? no issue with pointer > > or reference. So here is the patch. > > That looks much cleaner :-) Can we get some spaces in the fu

Re: [pgadmin-support] Malfunction in dropping database with pgAdmin

2009-08-10 Thread Dave Page
On Mon, Aug 10, 2009 at 7:51 PM, Guillaume Lelarge wrote: > Le lundi 10 août 2009 à 15:48:39, Sergei Abramov a écrit : >> Database dropping INITIATED BY pgAdmin leads to unability for SERVER >> (not pgAdmin itself, surely!) to purify database folder. Both in Windows >> XP and Windows 2000, both NTF

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Dave Page
On Mon, Aug 10, 2009 at 7:46 PM, Guillaume Lelarge wrote: > Why didn't I think about this quite easy solution? no issue with pointer or > reference. So here is the patch. That looks much cleaner :-) Can we get some spaces in the function for ease of reading please? int getTableCount() { return mo

Re: [pgadmin-support] Malfunction in dropping database with pgAdmin

2009-08-10 Thread Guillaume Lelarge
Le lundi 10 août 2009 à 15:48:39, Sergei Abramov a écrit : > Database dropping INITIATED BY pgAdmin leads to unability for SERVER > (not pgAdmin itself, surely!) to purify database folder. Both in Windows > XP and Windows 2000, both NTFS- and FAT-filesystems, the latter being > used just for experi

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Guillaume Lelarge
Le lundi 10 août 2009 à 15:17:17, Dave Page a écrit : > On Mon, Aug 10, 2009 at 2:08 PM, Dave Page wrote: > > On Mon, Aug 10, 2009 at 2:03 PM, Dave Page wrote: > >>> If I can't use a pointer, I don't see how I can do this. Or should I > >>> just remove the MessageBox? > >>> > >>> As per my understa

[pgadmin-support] can't invoke the debugger

2009-08-10 Thread Oliver Keller
Hello, my problem is not new, but the solutions I have found so far didn't solve it. My system is: PostGreSQL 8.4.0, PGAdmin3 1.10.0, Windows Vista Enterprise SP1. The problem is: if I try to start the debugger by a right-click on a function there is no debugging option in the context menu. The de

[pgadmin-support] Feature request - View Filtered rows

2009-08-10 Thread Luiz K. Matsumura
Hi all, First at all, thanks for this great tool ! I have some suggestions for improve this great tool: Add options to select order and limit of rows on filtered view Best Regards -- Luiz K. Matsumura Plan IT Tecnologia Informática Ltda. -- Sent via pgadmin-support mailing list (pgadmin-supp

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Dave Page
On Mon, Aug 10, 2009 at 2:08 PM, Dave Page wrote: > On Mon, Aug 10, 2009 at 2:03 PM, Dave Page wrote: >>> If I can't use a pointer, I don't see how I can do this. Or should I just >>> remove the MessageBox? >>> >>> As per my understanding, you always can use reference in place of pointer. >> >> Yes

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Dave Page
On Mon, Aug 10, 2009 at 2:03 PM, Dave Page wrote: >> If I can't use a pointer, I don't see how I can do this. Or should I just >> remove the MessageBox? >> >> As per my understanding, you always can use reference in place of pointer. > > Yes, just pass by reference: > > bool generateSQL(const wxStr

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Dave Page
On Mon, Aug 10, 2009 at 2:02 PM, Ashesh Vashi wrote: > Hi Guillaume, > > Guillaume Lelarge wrote: > > Le lundi 10 août 2009 à 14:49:21, Dave Page a écrit : > > On Mon, Aug 10, 2009 at 1:44 PM, Guillaume > > Lelarge wrote: > > Here is a patch that should fix this. Magnus, care to check it? I'm not >

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Ashesh Vashi
Hi Guillaume, Guillaume Lelarge wrote: Le lundi 10 août 2009 à 14:49:21, Dave Page a écrit : On Mon, Aug 10, 2009 at 1:44 PM, Guillaume Lelarge wrote: Here is a patch that should fix this. Magnus, care to check it? I'm not ready to commit it without proper review. It plays with pointers, and

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Guillaume Lelarge
Le lundi 10 août 2009 à 14:49:21, Dave Page a écrit : > On Mon, Aug 10, 2009 at 1:44 PM, Guillaume > > Lelarge wrote: > > Here is a patch that should fix this. Magnus, care to check it? I'm not > > ready to commit it without proper review. It plays with pointers, and > > that scares me a bit :) > >

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Dave Page
On Mon, Aug 10, 2009 at 1:44 PM, Guillaume Lelarge wrote: > Here is a patch that should fix this. Magnus, care to check it? I'm not ready > to commit it without proper review. It plays with pointers, and that scares me > a bit :) Passing a pointer to a wxString around is *always* wrong. It can fu

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Guillaume Lelarge
Le vendredi 7 août 2009 à 18:12:00, Guillaume Lelarge a écrit : > Le vendredi 7 août 2009 à 17:58:54, Magnus Hagander a écrit : > > On Fri, Aug 7, 2009 at 17:09, Guillaume Lelarge > > wrote: > > > Le vendredi 7 août 2009 à 09:56:34, Rainer Bauer a écrit : > > >> Hello, > > >> > > >> this is no bug,

Re: [pgadmin-support] Malfunction in dropping database with pgAdmin

2009-08-10 Thread Guillaume Lelarge
Le lundi 10 août 2009 à 11:41:40, Sergei Abramov a écrit : > I am afraid error is connected with pgAdmin because 'dropdb' does not > have this shortcoming... The error messages you paste in your previous mail have nothing to with pgAdmin. They are server messages. pgAdmin don't delete directories

Re: [pgadmin-support] How to Create a Database Dynamically Using PostgreSQL

2009-08-10 Thread Raymond O'Donnell
On 10/08/2009 05:44, Vishnu S. wrote: > I am New in PostgreSQL. I want to know how we create a Database > dynamically using a postgresql function. > > When I tried to create a Database like that,I got an error like the > following, > > “CREATE DATABASE cannot be executed from a function or multi

Re: [pgadmin-support] Two issues

2009-08-10 Thread Raymond O'Donnell
On 07/08/2009 16:53, Dave Page wrote: > On Fri, Aug 7, 2009 at 4:36 PM, Guillaume Lelarge > wrote: >> Le jeudi 6 août 2009 à 16:40:30, Guillaume Lelarge a écrit : >>> Hi, >>> >>> Le jeudi 6 août 2009 à 16:27:07, Raymond O'Donnell a écrit : [...] Two things I've noticed in PgAdmin 1.10 (I

Re: [pgadmin-support] Problem with query representation(tablespace) in SQL-pane of pgAdmin( newer versions )

2009-08-10 Thread smuffy bspark
My coworker said to me, "Use pgAdmin3 1.6.3. I made a big mistake because I can't see tablespace" So I use three kinds of pgAdmin3( 1.6.3, 1.8.4 and 1.10.0 ). Thank you. Regards, Smuffy. 2009/8/10 Rainer Bauer > Hello smuffy, > > Monday, August 10, 2009, 7:08:15 AM, you wrote: > > sb> Thank

Re: [pgadmin-support] Problem with query representation(tablespace) in SQL-pane of pgAdmin( newer versions )

2009-08-10 Thread Rainer Bauer
Hello smuffy, Monday, August 10, 2009, 7:08:15 AM, you wrote: sb> Thank you for your response. But I can't see it.( I checked File > Options > sb> Display. ) Did you enable the checkbox for "Tablespaces" in the list AND refresh the tree view afterwards (or restarted pgAdmin)? If yes, then I hav

Re: [pgadmin-support] Problem with query representation(tablespace) in SQL-pane of pgAdmin( newer versions )

2009-08-10 Thread smuffy bspark
Hello, Rainer. Thank you for your response. But I can't see it.( I checked File > Options > Display. ) Regards, Smuffy 2009/8/7 Rainer Bauer > Hello smuffy, > > Friday, August 7, 2009, 4:51:22 AM, you wrote: > > sb> After Connect to the servers's DB, I can't see query about tablespace > in > s