LWN.net Logo

ALTER SEQUENCE (expression)

ALTER SEQUENCE (expression)

Posted Jul 1, 2009 22:03 UTC (Wed) by alvherre (subscriber, #18730)
In reply to: quite nice by ccyoung
Parent article: PostgreSQL 8.4 released

Don't hold your breath for using an expression in ALTER SEQUENCE, but you can already use one with the setval() function.

The commenter above is right that WITH RECURSIVE is part of the SQL standard. Yes, RECURSIVE too.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds