Re: REFERENCES troubles - Mailing list pgsql-general

From Jesus Aneiros
Subject Re: REFERENCES troubles
Date
Msg-id Pine.LNX.4.10.10007050701350.28231-100000@jagua.cfg.sld.cu
Whole thread Raw
In response to Re: REFERENCES troubles  ("planx plnetx" <planetx2100@hotmail.com>)
List pgsql-general
Delete the , after KEY and give owner a datatype and everything works
fine. I have tested.

Jesus.

On Wed, 5 Jul 2000, planx plnetx wrote:

> > > CREATE TABLE workers(
> > >   name        varchar(30),
> > >   firstname   varchar(30),
> > >   id_personal decimal(10)NOT NULL UNIQUE PRIMARY KEY,
> > > );
> > >
> > > CREATE TABLE payements(
> > >   date_of     date,
> > >   owner       REFERENCES   workers(id_personal)
> > > );


pgsql-general by date:

Previous
From: JanWieck@t-online.de (Jan Wieck)
Date:
Subject: Re: [HACKERS] Revised Copyright: is this more palatable?
Next
From: "Morten W. Petersen"
Date:
Subject: How to lock a table