[pgadmin-support] Error adding new column to existing table.

2004-09-16 Thread Ted Taylor
Short version: using the “Add Column” GUI on an existing table puts double quotes around the datatype, and won’t run.   Long version: Using pgAdmin III Version 1.2.0 Beta 1 (Sep  8 2004) on Windows 2000, fully patched from Windows Update site.  Connecting to PostgreSQL 7.4.5 on Fedora Co

[pgadmin-support] Data insert & column name problems

2004-09-16 Thread Michal Unzeitig
PgAdmin 1.2.0 beta on Win32 -- I'm unable to add new records in empty table in data view; after I use manual INSERT INTO for first row, than I works (* row appears) -- when creating table/adding column of varchar type, the "varchar" is quoted which causes error ---(end o

Re: [pgadmin-support] crash in FC2

2004-09-16 Thread Andreas Pflug
Ivan Nejgebauer wrote: Diego A. Gil wrote: Hi, I am having some strange behavior in Fedora Core 2. I compiled a cvs version, checked out today 16 september. When I try to add a new table, or database, etc, pgadmin3 crash without any notice or warning, without logging anything. A new bug ?. It's a

Re: [pgadmin-support] Patch: password style for the "Add Server"

2004-09-16 Thread Andreas Pflug
Ivan Nejgebauer wrote: The password text field in the "Add Server" dialog lacks the password style option, so the password is displayed in the clear when typed in. Did you see the sql output? Regards, Andreas ---(end of broadcast)--- TIP 7: don't fo

Re: [pgadmin-support] Patch: view data for tables/views on double

2004-09-16 Thread Andreas Pflug
Ivan Nejgebauer wrote: First of all, this is certainly hackers stuff, please post on pgadmin-hackers! The attached patch a) defines a double click handler for the list in the properties pane, so that a double click on an item You're right, doubleclick is missing on the property pane. in the lis

Re: [pgadmin-support] Patch: password style for the "Add Server" dialog

2004-09-16 Thread Dave Page
Thanks, patch applied. Regards, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ivan Nejgebauer > Sent: 16 September 2004 10:52 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Patch: password style for the "Add > Server" dialog > >

Re: [pgadmin-support] Patch: view data for tables/views on double click

2004-09-16 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ivan Nejgebauer > Sent: 16 September 2004 10:43 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Patch: view data for tables/views > on double click > > The attached patch a) defines a doubl

Re: [pgadmin-support] Patch: view data for tables/views on double

2004-09-16 Thread Diego A. Gil
I guess it depends on user type. If user is a developer or database designer, showing properties could be the desired default action. If user is a more like a final user, viewing data maybe is the right choice. Couldn 't be this behavoir be an option ?. Something like "Show object properties on do

[pgadmin-support] Patch: password style for the "Add Server" dialog

2004-09-16 Thread Ivan Nejgebauer
The password text field in the "Add Server" dialog lacks the password style option, so the password is displayed in the clear when typed in. The attached patch fixes it. i. --- src/ui/common/dlgServer.xrc.old Sun Aug 15 21:21:49 2004 +++ src/ui/common/dlgServer.xrc Thu Sep 16 11:48:12 2004 @

Re: [pgadmin-support] crash in FC2

2004-09-16 Thread Diego A. Gil
Thank you!. I applied this patch and worked. It will be commited to cvs tree ?. Diego. El jue, 16-09-2004 a las 05:44, Ivan Nejgebauer escribiÃ: > Diego A. Gil wrote: > > Hi, > > > > I am having some strange behavior in Fedora Core 2. I compiled a cvs > > version, checked out today 16 septemb

[pgadmin-support] Patch: view data for tables/views on double click

2004-09-16 Thread Ivan Nejgebauer
The attached patch a) defines a double click handler for the list in the properties pane, so that a double click on an item in the list launches the properties editor for the item (or the data view if the item is a table or a view); and b) modifies the tree view double click handler so that a d

Re: [pgadmin-support] crash in FC2

2004-09-16 Thread Ivan Nejgebauer
Diego A. Gil wrote: Hi, I am having some strange behavior in Fedora Core 2. I compiled a cvs version, checked out today 16 september. When I try to add a new table, or database, etc, pgadmin3 crash without any notice or warning, without logging anything. A new bug ?. It's a side effect of the fix