Re: ERROR: null value in column "id" violates not-null constraint - Mailing list pgsql-sql

From Robert Paulsen
Subject Re: ERROR: null value in column "id" violates not-null constraint
Date
Msg-id 200910101736.46449.robert@paulsenonline.net
Whole thread Raw
In response to Re: ERROR: null value in column "id" violates not-null constraint  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERROR: null value in column "id" violates not-null constraint  (Dmitriy Igrishin <dmitigr@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: null value in column "id" violates not-null constraint
Next
From: Dmitriy Igrishin
Date:
Subject: Re: ERROR: null value in column "id" violates not-null constraint