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