更改 PostgreSQL 序列的序列值

Changing the sequence value of a PostgreSQL Sequence

如何在 PostgreSQL 中对序列的值开始重新排序?

您可以使用以下代码更改序列:

改变序列重启。

您可以在下面 link:

查看 PostgreSQL 序列手册

http://www.postgresql.org/docs/current/static/sql-altersequence.html