Re: REFERENCES troubles

Поиск
Список
Период
Сортировка
От Jesus Aneiros
Тема Re: REFERENCES troubles
Дата
Msg-id Pine.LNX.4.10.10007050701350.28231-100000@jagua.cfg.sld.cu
обсуждение исходный текст
Ответ на Re: REFERENCES troubles  ("planx plnetx" <planetx2100@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: JanWieck@t-online.de (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Revised Copyright: is this more palatable?
Следующее
От: "Morten W. Petersen"
Дата:
Сообщение: How to lock a table