Re: two primairy key in one table ?

Поиск
Список
Период
Сортировка
От Darren Ferguson
Тема Re: two primairy key in one table ?
Дата
Msg-id Pine.LNX.4.44.0207051127240.2982-100000@thread.crystalballinc.com
обсуждение исходный текст
Ответ на two primairy key in one table ?  (Angela Luyf <a.c.luyf@amc.uva.nl>)
Список pgsql-general
CREATE TABLE foo (
  id1 INTEGER NOT NULL,
  id2 INTEGER NOT NULL,
  CONSTRAINT foo_pk PRIMARY KEY(id1,id2)
);

HTH

On Thu, 4 Jul 2002, Angela Luyf wrote:

> Hello,
> I have a database model where a many to many relation is used, so i need
> to create a table with two primary key. Don't know how to solve this in
> postgress, can't find it in the tutorials, so can anybody help me with
> this ?
>
> A. Luyf
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>
>

--
Darren Ferguson




В списке pgsql-general по дате отправления:

Предыдущее
От: Shaun Thomas
Дата:
Сообщение: Re: Postgre vs MySQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: explicit cast error