Re: [pgadmin-support] Function editor

2004-10-10 Thread Tino Wildenhain
Hi, Am Mo, den 11.10.2004 schrieb Tony Caduto um 3:36: > Hi Dave, > > In order to make everyone happy, it does not matter what values window > returns from a minimize or maximize. Why can't a option be added(a end user > option) that when enabled the function editor window just maximizes > a

Re: [pgadmin-support] Function editor

2004-10-10 Thread Tony Caduto
Hi Dave, In order to make everyone happy, it does not matter what values window returns from a minimize or maximize. Why can't a option be added(a end user option) that when enabled the function editor window just maximizes automaticly when opened? Most users want the window fully maximized a

Re: [pgadmin-support] Bug in PGAdmin III 1.2.0 Beta

2004-10-10 Thread Dave Page
Title: Mensaje Hi   This is a known bug in beta 2 that has already been fixed.   Thanks for the report though.   Regards, Dave. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TaRRaDeLoSent: 10 October 2004 21:00To: [EMAIL PROTECTED]Subject: [pgadmin-support] B

[pgadmin-support] Bug in PGAdmin III 1.2.0 Beta

2004-10-10 Thread TaRRaDeLo
Title: Mensaje   Hi, I don’t known if that`s a bug:   when i create a new table, and i include a varchar o char field, i obtain this error : "Error: syntax error at or near "(" at character xxx"   the bug is in the specification of sql query, varchar, char datatypes are quoted    

Re: [pgadmin-support] Strip leading whitespace from table and column

2004-10-10 Thread Andreas Pflug
Frank Myhr wrote: Hello, I wonder if you'd consider stripping leading whitespace from all comments before displaying them in PgAdmin? I've put this on the todo list, will be done in 1.3/1.4. Regards, Andreas ---(end of broadcast)--- TIP 5: Have you

Re: [pgadmin-support] Function editor

2004-10-10 Thread Andreas Pflug
Dave Page wrote: In previous apps like pgAdmin II I overcame this problem by only saving the size/position if the form is normalised. If minimised or maximised then I simply didn't bother writing the new sizes. Any reason this will not work in the pga3 code? - There's no facility for that in wx -