View Single Post

   
  #2 (permalink)  
Old 04-15-2008, 11:48 PM
Tom Lane
 
Posts: n/a
Default Re: TRUNCATE TABLE with IDENTITY

Simon Riggs <simon@2ndquadrant.com> writes:
> SQL200n specifies a new qualifier on a TRUNCATE command
> TRUNCATE TABLE foo
> [ CONTINUE IDENTITY | RESTART IDENTITY ]


> CONTINUE IDENTITY is the default and does nothing, like now.


> RESTART IDENTITY will reset the SERIAL sequences back to the original
> start value.


> Seems like a % project for the TODO list


Seems like copying syntax from a *draft* standard is a bit premature,
especially when the amount of functionality added is nil.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote