Re: [pgadmin-support] dev 1.15 wxwidgets - constraints with multiple tables

2012-04-06 Thread Guillaume Lelarge
On Fri, 2012-04-06 at 16:39 -0400, Colin Beckingham wrote: > > On 04/06/2012 04:10 PM, Guillaume Lelarge wrote: > > On Fri, 2012-04-06 at 15:11 -0400, Colin Beckingham wrote: > >> > >> On 04/06/2012 02:40 PM, Guillaume Lelarge wrote: > >>> On Fri, 2012-04-06 at 08:03 -0400, Colin Beckingham wrote:

Re: [pgadmin-support] dev 1.15 wxwidgets - constraints with multiple tables

2012-04-06 Thread Colin Beckingham
On 04/06/2012 04:10 PM, Guillaume Lelarge wrote: On Fri, 2012-04-06 at 15:11 -0400, Colin Beckingham wrote: On 04/06/2012 02:40 PM, Guillaume Lelarge wrote: On Fri, 2012-04-06 at 08:03 -0400, Colin Beckingham wrote: Given 3 tables, authors, books and words, each has a primary key. Attempti

Re: [pgadmin-support] dev 1.15 wxwidgets - constraints with multiple tables

2012-04-06 Thread Guillaume Lelarge
On Fri, 2012-04-06 at 15:11 -0400, Colin Beckingham wrote: > > On 04/06/2012 02:40 PM, Guillaume Lelarge wrote: > > On Fri, 2012-04-06 at 08:03 -0400, Colin Beckingham wrote: > >> Given 3 tables, authors, books and words, each has a primary key. > >> > >> Attempting to use pgadmin to add a foreign

Re: [pgadmin-support] dev 1.15 wxwidgets - constraints with multiple tables

2012-04-06 Thread Colin Beckingham
On 04/06/2012 02:40 PM, Guillaume Lelarge wrote: On Fri, 2012-04-06 at 08:03 -0400, Colin Beckingham wrote: Given 3 tables, authors, books and words, each has a primary key. Attempting to use pgadmin to add a foreign key to books to link authors to books, and a key to words to link words to b

Re: [pgadmin-support] dev 1.15 wxwidgets - constraints with multiple tables

2012-04-06 Thread Guillaume Lelarge
On Fri, 2012-04-06 at 08:03 -0400, Colin Beckingham wrote: > Given 3 tables, authors, books and words, each has a primary key. > > Attempting to use pgadmin to add a foreign key to books to link authors > to books, and a key to words to link words to books. > > The first step works ok (ignoring

Re: [pgadmin-support] dev 1.15 wxwidgets 2.9.3 - adding constraints

2012-04-06 Thread Guillaume Lelarge
On Fri, 2012-04-06 at 07:41 -0400, Colin Beckingham wrote: > Given 3 existing tables, I tried to add a foreign key constraint to a > table on the many side. Repeatable for first constraint addition but > subsequent constraint additions work fine. Stop crashes pgadmin. > Continue produces the com

[pgadmin-support] dev 1.15 wxwidgets - constraints with multiple tables

2012-04-06 Thread Colin Beckingham
Given 3 tables, authors, books and words, each has a primary key. Attempting to use pgadmin to add a foreign key to books to link authors to books, and a key to words to link words to books. The first step works ok (ignoring previously reported backtrace) and the foreign key is added to books

[pgadmin-support] dev 1.15 wxwidgets 2.9.3 - adding constraints

2012-04-06 Thread Colin Beckingham
Given 3 existing tables, I tried to add a foreign key constraint to a table on the many side. Repeatable for first constraint addition but subsequent constraint additions work fine. Stop crashes pgadmin. Continue produces the comment: XRC error: 196: invalid row index 9: must be less than 2. Th