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])
- [HACKERS] INSERT Issues Rod Taylor
- Re: [HACKERS] INSERT Issues Tom Lane
- Re: [HACKERS] INSERT Issues Ross J. Reedstrom
- Rod Taylor
