Re: Question about One to Many relationships - Mailing list pgsql-sql

From Milorad Poluga
Subject Re: Question about One to Many relationships
Date
Msg-id 200603241822.45125.milorad.poluga@cores.co.yu
Whole thread Raw
In response to Question about One to Many relationships  ("Todd Kennedy" <todd.kennedy@gmail.com>)
List 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.poluga@cores.co.yu



pgsql-sql by date:

Previous
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: Question about One to Many relationships
Next
From: PFC
Date:
Subject: Re: Question about One to Many relationships