Alterar ou alterar o contador de sequência pós -Gresql

SELECT setval('payments_id_seq', 21, true);  # next value will be 22
Naughty Narwhal