Re: INSERT Issues - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: INSERT Issues
Date
Msg-id 064201c0beac$c2c4bea0$2205010a@jester
Whole thread Raw
In response to INSERT Issues  ("Rod Taylor" <rod.taylor@inquent.com>)
List pgsql-hackers
create table junk (col SERIAL);

INSERT INTO junk (col) VALUES (DEFAULT);
ERROR:   parser: parse error at or near "DEFAULT";

>  INSERT INTO junk (col) VALUES (DEFAULT);
> 
> Does that work for you?
> 
> Ross
> 



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: RC3 ...
Next
From: Tom Lane
Date:
Subject: Re: Foreign Key & Rule confusion WAS: Lost Trigger(s)?