Re: duplicate primary key problem

2009-08-25 Thread Chris
I had this identical problem. Thanks for the help. Chris On Jul 10, 8:12 pm, adelaide_mike wrote: > Very cool, Rajesh D.  Thanks. > > Mike > > On Jul 11, 12:31 am, Rajesh D wrote: > > > On Jul 10, 11:06 am, adelaide_mike > > wrote: > > > > I suspect this is a question more for a PostgreSQL li

Re: duplicate primary key problem

2009-07-10 Thread adelaide_mike
Very cool, Rajesh D. Thanks. Mike On Jul 11, 12:31 am, Rajesh D wrote: > On Jul 10, 11:06 am, adelaide_mike > wrote: > > > > > I suspect this is a question more for a PostgreSQL list, but please > > bear with me. > > > In Django 1.0.2 working with PostgreSQL 8.3 I have a model with an > > imp

Re: duplicate primary key problem

2009-07-10 Thread Rajesh D
On Jul 10, 11:06 am, adelaide_mike wrote: > I suspect this is a question more for a PostgreSQL list, but please > bear with me. > > In Django 1.0.2 working with PostgreSQL 8.3 I have a model with an > implied pkey.  PostgreSQL syas this: > > CREATE TABLE wha_property > ( >   id serial NOT NULL,

duplicate primary key problem

2009-07-10 Thread adelaide_mike
I suspect this is a question more for a PostgreSQL list, but please bear with me. In Django 1.0.2 working with PostgreSQL 8.3 I have a model with an implied pkey. PostgreSQL syas this: CREATE TABLE wha_property ( id serial NOT NULL, propnum character varying(16) NOT NULL, beds integer,