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:
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
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
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
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
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
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
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