2009/7/21 Lacey Powers <lacey(dot)powers(at)commandprompt(dot)com>:
> Hello Jorge,
>
> An even easier way to accomplish this would be to use the following:
>
> ALTER SEQUENCE <sequence_name> RESTART WITH 1;
>
> As shown in the documentation, here:
>
> http://www.postgresql.org/docs/8.3/interactive/sql-altersequence.html
Ah, good point :)
--
Michael Wood <esiotrot(at)gmail(dot)com>