Re: Primary Key

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Primary Key
Дата
Msg-id 20071116202120.GA1955@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Re: Primary Key  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Primary Key
Список pgsql-general
On Fri, Nov 16, 2007 at 12:06:46PM -0800, Joshua D. Drake wrote:
> When that is needed I do this:
>
> create table foo(id serial unique, a text, b text, primary (a,b));

Humm, so the other way around from what I've ended up doing.  I'll need
to think about the implications of changing things around like this.
There are lots of things that seems as though they'll be pretty awkard
to do, I'm sure it's just because I haven't thought about it enough.


  Sam

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

Предыдущее
От: Tom Hart
Дата:
Сообщение: "field doesn't exist" even though I'm sure it does
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: "field doesn't exist" even though I'm sure it does