Re: Question about One to Many relationships

From: Milorad Poluga <milorad(dot)poluga(at)cores(dot)co(dot)yu>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Question about One to Many relationships
Date: 2006-03-24 17:22:45
Message-ID: 200603241822.45125.milorad.poluga@cores.co.yu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Child table references a not-existing table:
('band' insted of 'bands')

Error: ERROR: relation "band" does not exist

> CREATE TABLE bands (

> CREATE TABLE bands_on_album (
- - -
> band_id integer REFERENCES band (id),
- - -

Regards,
Milorad Poluga

milorad(dot)poluga(at)cores(dot)co(dot)yu

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message PFC 2006-03-24 17:29:25 Re: Question about One to Many relationships
Previous Message D'Arcy J.M. Cain 2006-03-24 17:01:42 Re: Question about One to Many relationships