Hi.
When I try to insert some data in table with (query "insert into ...") it asks me also to enter 'id' field which is a primary key. Shouldn't primary key field be automatically filed ? I made my table with pgadmin 3.
Thanks
Hi Haris,
Fields are only automatically filled when they have a default value. Does your table have a default value set for the id column?
Best, Marijn
postmodern-devel@common-lisp.net