[pgadmin-hackers] PgAdmin beta3 crash when editing table

2010-07-21 Thread Lutischán Ferenc
Hi, Try the following: - open a table data in a grid - in the last row (new, empty) try to write something without clicking into the cell or pressing F2 key - The pgadmin will be crashed Regards, Ferenc -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make chan

Re: [pgadmin-hackers] Ticket 118: Exclusion constraints

2010-07-21 Thread Guillaume Lelarge
Le 21/07/2010 11:07, Dave Page a écrit : > On Wed, Jul 21, 2010 at 9:46 AM, Guillaume Lelarge > wrote: >> On Wed, 21 Jul 2010 09:39:18 +0100, Dave Page wrote: >>> On Tue, Jul 20, 2010 at 4:34 PM, Guillaume Lelarge >>> wrote: > I have a nice package for building icons. I'll have a play with i

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Guillaume Lelarge
Le 21/07/2010 17:33, Dave Page a écrit : > On Wed, Jul 21, 2010 at 4:23 PM, Thom Brown wrote: >> Is the reason I can no longer spy on commits via mailing list as they >> occur related to the migration to git? > > Yes. Magnus is still finishing off the commit hook that'll deal with > that. I'm try

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 4:23 PM, Thom Brown wrote: > Is the reason I can no longer spy on commits via mailing list as they > occur related to the migration to git? Yes. Magnus is still finishing off the commit hook that'll deal with that. I'm trying to find cycles to help him test it -- Dav

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 16:01, Thom Brown wrote: > On 21 July 2010 15:46, Dave Page wrote: >> On Wed, Jul 21, 2010 at 2:44 PM, Thom Brown wrote: >>> On 21 July 2010 14:32, Dave Page wrote: On Wed, Jul 21, 2010 at 2:26 PM, Guillaume Lelarge wrote: > > Tried it. Still works for me. I'm

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 15:46, Dave Page wrote: > On Wed, Jul 21, 2010 at 2:44 PM, Thom Brown wrote: >> On 21 July 2010 14:32, Dave Page wrote: >>> On Wed, Jul 21, 2010 at 2:26 PM, Guillaume Lelarge >>> wrote: Tried it. Still works for me. I'm on Linux, but I don't think it is the issue

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 2:44 PM, Thom Brown wrote: > On 21 July 2010 14:32, Dave Page wrote: >> On Wed, Jul 21, 2010 at 2:26 PM, Guillaume Lelarge >> wrote: >>> >>> Tried it. Still works for me. I'm on Linux, but I don't think it is the >>> issue :) >> >> Actually, it might be. pgRule::CanDrop()

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 14:32, Dave Page wrote: > On Wed, Jul 21, 2010 at 2:26 PM, Guillaume Lelarge > wrote: >> >> Tried it. Still works for me. I'm on Linux, but I don't think it is the >> issue :) > > Actually, it might be. pgRule::CanDrop() is calling schema->CanDrop(), > however schema actually cont

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 2:26 PM, Guillaume Lelarge wrote: > > Tried it. Still works for me. I'm on Linux, but I don't think it is the > issue :) Actually, it might be. pgRule::CanDrop() is calling schema->CanDrop(), however schema actually contains the table object. I think this is because rules

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Guillaume Lelarge
On Wed, 21 Jul 2010 14:12:37 +0100, Thom Brown wrote: > On 21 July 2010 14:06, Guillaume Lelarge wrote: >> On Wed, 21 Jul 2010 14:04:09 +0100, Dave Page wrote: >>> On Wed, Jul 21, 2010 at 2:01 PM, Thom Brown wrote: On 21 July 2010 10:45, Thom Brown wrote: > On 21 July 2010 10:38, Guil

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 14:06, Guillaume Lelarge wrote: > On Wed, 21 Jul 2010 14:04:09 +0100, Dave Page wrote: >> On Wed, Jul 21, 2010 at 2:01 PM, Thom Brown wrote: >>> On 21 July 2010 10:45, Thom Brown wrote: On 21 July 2010 10:38, Guillaume Lelarge > wrote: > On Wed, 21 Jul 2010 10:23:33 +0

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 2:06 PM, Guillaume Lelarge wrote: > Works for me with PostgreSQL 9.0 beta 3 and pgAdmin 1.12 beta 3. I can reproduce on Windows with trunk + pg84 and Mac with 9.0b3/1.12b3 -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com The Enterprise Postgres Company -- Se

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Guillaume Lelarge
On Wed, 21 Jul 2010 14:04:09 +0100, Dave Page wrote: > On Wed, Jul 21, 2010 at 2:01 PM, Thom Brown wrote: >> On 21 July 2010 10:45, Thom Brown wrote: >>> On 21 July 2010 10:38, Guillaume Lelarge wrote: On Wed, 21 Jul 2010 10:23:33 +0100, Thom Brown wrote: > On 21 July 2010 10:03,

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 2:01 PM, Thom Brown wrote: > On 21 July 2010 10:45, Thom Brown wrote: >> On 21 July 2010 10:38, Guillaume Lelarge wrote: >>> On Wed, 21 Jul 2010 10:23:33 +0100, Thom Brown >>> wrote: On 21 July 2010 10:03, Guillaume Lelarge wrote: > On Wed, 21 Jul 2010 09:43:33

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 10:45, Thom Brown wrote: > On 21 July 2010 10:38, Guillaume Lelarge wrote: >> On Wed, 21 Jul 2010 10:23:33 +0100, Thom Brown >> wrote: >>> On 21 July 2010 10:03, Guillaume Lelarge wrote: On Wed, 21 Jul 2010 09:43:33 +0100, Thom Brown wrote: > I noticed you can't d

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 10:38, Guillaume Lelarge wrote: > On Wed, 21 Jul 2010 10:23:33 +0100, Thom Brown > wrote: >> On 21 July 2010 10:03, Guillaume Lelarge wrote: >>> On Wed, 21 Jul 2010 09:43:33 +0100, Thom Brown >>> wrote: I noticed you can't drop rules from the GUI.  Could this be added?

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Guillaume Lelarge
On Wed, 21 Jul 2010 10:23:33 +0100, Thom Brown wrote: > On 21 July 2010 10:03, Guillaume Lelarge wrote: >> On Wed, 21 Jul 2010 09:43:33 +0100, Thom Brown >> wrote: >>> I noticed you can't drop rules from the GUI.  Could this be added? >>> >> >> It's already available. I see it, and I can drop a

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
On 21 July 2010 10:03, Guillaume Lelarge wrote: > On Wed, 21 Jul 2010 09:43:33 +0100, Thom Brown > wrote: >> I noticed you can't drop rules from the GUI.  Could this be added? >> > > It's already available. I see it, and I can drop a rule. > > -- Hmm... then it might be my version. I'm using 1.

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 10:03 AM, Guillaume Lelarge wrote: > On Wed, 21 Jul 2010 09:43:33 +0100, Thom Brown > wrote: >> I noticed you can't drop rules from the GUI.  Could this be added? >> > > It's already available. I see it, and I can drop a rule. That's what I thought, but I tried it and I c

Re: [pgadmin-hackers] Ticket 118: Exclusion constraints

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 9:46 AM, Guillaume Lelarge wrote: > On Wed, 21 Jul 2010 09:39:18 +0100, Dave Page wrote: >> On Tue, Jul 20, 2010 at 4:34 PM, Guillaume Lelarge >> wrote: I have a nice package for building icons. I'll have a play with it >>> later. >>> >>> Great, thanks :) >> >> What

Re: [pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Guillaume Lelarge
On Wed, 21 Jul 2010 09:43:33 +0100, Thom Brown wrote: > I noticed you can't drop rules from the GUI. Could this be added? > It's already available. I see it, and I can drop a rule. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-ha

Re: [pgadmin-hackers] Ticket 118: Exclusion constraints

2010-07-21 Thread Dave Page
On Wed, Jul 21, 2010 at 9:46 AM, Thom Brown wrote: > On 21 July 2010 09:39, Dave Page wrote: >> On Tue, Jul 20, 2010 at 4:34 PM, Guillaume Lelarge >> wrote: I have a nice package for building icons. I'll have a play with it >>> later. >>> >>> Great, thanks :) >> >> What about this? >> >> >>

Re: [pgadmin-hackers] Ticket 118: Exclusion constraints

2010-07-21 Thread Thom Brown
On 21 July 2010 09:39, Dave Page wrote: > On Tue, Jul 20, 2010 at 4:34 PM, Guillaume Lelarge > wrote: >>> I have a nice package for building icons. I'll have a play with it >> later. >> >> Great, thanks :) > > What about this? > > > -- Looks like something out of a box of Quality Street, and are

Re: [pgadmin-hackers] Ticket 118: Exclusion constraints

2010-07-21 Thread Guillaume Lelarge
On Wed, 21 Jul 2010 09:39:18 +0100, Dave Page wrote: > On Tue, Jul 20, 2010 at 4:34 PM, Guillaume Lelarge > wrote: >>> I have a nice package for building icons. I'll have a play with it >> later. >> >> Great, thanks :) > > What about this? Seems good enough for me. Thanks. Can I have the .xpm f

[pgadmin-hackers] Feature request: drop rules

2010-07-21 Thread Thom Brown
I noticed you can't drop rules from the GUI. Could this be added? Thanks Thom -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] Ticket 118: Exclusion constraints

2010-07-21 Thread Dave Page
On Tue, Jul 20, 2010 at 4:34 PM, Guillaume Lelarge wrote: >> I have a nice package for building icons. I'll have a play with it > later. > > Great, thanks :) What about this? -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com The Enterprise Postgres Company <> -- Sent via pgadmin-hacke