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
> 


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to