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

2012-04-08 Thread Guillaume Lelarge
On Fri, 2012-04-06 at 22:55 +0200, Guillaume Lelarge wrote: > 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

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

[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