Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32 & OTHER

2006-08-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > George Pavlov > Sent: 03 August 2006 19:47 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete > button in win32 & OTHER OK, I've committed some c

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32 & OTHER

2006-08-03 Thread George Pavlov
ERRATA: substitute ROW for COLUMN in (e): e. double clicking a ROW separator sizes the ROW back to the single row height -- sizing to the height of the tallest entry (if you have multi-line data in any of that row's cells) would probably be a more standard behavior. > -Original Message---

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32 & OTHER

2006-08-03 Thread George Pavlov
> > also as described by heiko selber the data edit > > functionality seems to > > be completely non-working. > > *Completely non-working*? You mean you cannot edit data and save it > even if you don't hit the delete key? You cannot delete rows by > selecting the row and using the delete key or

Re: [pgadmin-support] About snapshot builds ...

2006-08-03 Thread Dave Page
-Original Message- From: "Rodrigo De León" <[EMAIL PROTECTED]> To: "pgadmin-support@postgresql.org" Sent: 03/08/06 18:23 Subject: [pgadmin-support] About snapshot builds ... > How often are they updated (Win32 specifically)? Whenever I think to do it. Most of the others are automated

[pgadmin-support] About snapshot builds ...

2006-08-03 Thread Rodrigo De León
... located here: http://developer.pgadmin.org/snapshots/ How often are they updated (Win32 specifically)? Regards, Rodrigo ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Raymond O'Donnell > Sent: 03 August 2006 16:44 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete > button in win32 > > On 3 Aug 2006 at 15:47, D

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Raymond O'Donnell
On 3 Aug 2006 at 15:47, Dave Page wrote: > It'll probably only get fixed for 1.6.0 though (I very much doubt there > will be a 1.4.4 anyway). Is there going to be a 1.5? - just curious. --Ray. -- Raymond O'Donnell Director of

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Dave Page
> -Original Message- > From: Melvin Davidson [mailto:[EMAIL PROTECTED] > Sent: 03 August 2006 15:27 > To: Mauro Bertoli; Dave Page; George Pavlov; Selber, Heiko; > [EMAIL PROTECTED]; pgadmin-support@postgresql.org > Subject: RE: [pgadmin-support] pgAdmin 1.4.3 bug with delete > button

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Melvin Davidson
OK everybody. So far we've determined this happens for some people and not for others. So how about being a little more specific on the conditions regarding the hardware in use? Run the System Information function and save the output to a file. The attach it to the report. "C:\Program Files\Common

Re: [pgadmin-support] Some little userfriendly improvements

2006-08-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of yoursoft > Sent: 03 August 2006 12:12 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Some little userfriendly improvements > > Dear Developers, > > There are some little, but use

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Mauro Bertoli
If can help: * Win XP SP2 with pgAdmin III 1.4.3 installed * - If I select the row and press CANC, pgAdmin ask about deleting - if I select a cell (no cursor inside) and press CANC, pgAdmin ask about deleting - if I click on a cell (cursor inside the cell) and press CANC to delete the char, pgAdmi

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Selber, Heiko
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Dave Page > Gesendet: Donnerstag, 3. August 2006 12:58 > An: George Pavlov; Selber, Heiko; [EMAIL PROTECTED]; > pgadmin-support@postgresql.org > Betreff: Re: [pgadmin-support] pgAdmin 1.4.3 bug

[pgadmin-support] Some little userfriendly improvements

2006-08-03 Thread yoursoft
Dear Developers, There are some little, but useful improvements: :-) - In left tree, left click on a table, and select 'view filtered data'. Can be set to focus to the filter text input? - In left tree, left click on a table, and select 'view data', and select 'sort/filter option' icon. 'Data

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Dave Page
> -Original Message- > From: George Pavlov [mailto:[EMAIL PROTECTED] > Sent: 03 August 2006 11:51 > To: Selber, Heiko; Dave Page; [EMAIL PROTECTED]; > pgadmin-support@postgresql.org > Subject: RE: [pgadmin-support] pgAdmin 1.4.3 bug with delete > button in win32 > > the behavior desc

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread George Pavlov
the behavior described by jl definitely happens to me too on a straight out of the box, freshly installed windows xp sp2 with an american english untweaked keyboard (this is about as stock as it gets--a brand new computer, not much installed yet in terms of other software). also as described by he

Re: [pgadmin-support] Missing PgAdmin Feature

2006-08-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of yoursoft > Sent: 03 August 2006 11:13 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Missing PgAdmin Feature > > Dear Developers, > > Create varchar index with command: > CREATE

[pgadmin-support] Missing PgAdmin Feature

2006-08-03 Thread yoursoft
Dear Developers, Create varchar index with command: CREATE INDEX name ON table (colum text_pattern_ops); When you select index or table in left tree, In the reversed sql window you will see: CREATE INDEX name ON table USING btree (column); In the properties window of index you see: operato

[pgadmin-support] Cannot run pgAgent after install

2006-08-03 Thread ben sewell
Hi, I'm running postgreSQL 8.1 (with pgAdmin III included) on a Windows 2003 Small Business server. I would like to setup postgreSQL so that it would do some automated tasks in the database I'm using, so I decided to install pgAgent. I have followed the instructions on http://www.pgadmin.org/docs/

Re: SPAM: MEDIUM * Re: [pgadmin-support] pgAdmin 1.4.3 bug with

2006-08-03 Thread Selber, Heiko
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Dave Page > Gesendet: Donnerstag, 3. August 2006 09:08 > An: [EMAIL PROTECTED]; pgadmin-support@postgresql.org > Betreff: Re: SPAM: MEDIUM * Re: [pgadmin-support] pgAdmin > 1.4.3 bug with > >

Re: SPAM: MEDIUM * Re: [pgadmin-support] pgAdmin 1.4.3 bug with

2006-08-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 03 August 2006 00:10 > To: pgadmin-support@postgresql.org > Subject: Re: SPAM: MEDIUM * Re: [pgadmin-support] pgAdmin > 1.4.3 bug with > > 1) Open a table > 2) Single c

[pgadmin-support] RPM issue fixed by Devrim's patch

2006-08-03 Thread Chris G
Ran the RPM a few days back and it didn't have any effect. Ran it again just now and it updates the current pgadmin3 then the app runs beautifully. Thank you! Thank you!Chris Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta.