Re: ERROR: null value in column "id" violates not-null constraint

Поиск
Список
Период
Сортировка
От Robert Paulsen
Тема Re: ERROR: null value in column "id" violates not-null constraint
Дата
Msg-id 200910101736.46449.robert@paulsenonline.net
обсуждение исходный текст
Ответ на Re: ERROR: null value in column "id" violates not-null constraint  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ERROR: null value in column "id" violates not-null constraint  (Dmitriy Igrishin <dmitigr@gmail.com>)
Список pgsql-sql
On Saturday 10 October 2009 4:12 pm, Tom Lane wrote:
> Robert Paulsen <robert@paulsenonline.net> writes:
> > I do have a question, though, I fixed things as indicated above:
> >     id integer DEFAULT nextval('vault_id_seq') NOT NULL,
> > Dump gave back
> >     id integer DEFAULT nextval('vault_id_seq'::text) NOT NULL,
> > That "text" seems odd. Should I change it?
>
> That's all there is in 8.0 ...
>
>             regards, tom lane

Thanks!


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: null value in column "id" violates not-null constraint
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: ERROR: null value in column "id" violates not-null constraint