PostgreSQL Auto -Inkrement funktioniert nicht

SELECT setval('test_id_seq', (SELECT MAX(id) from "test"));
patrick204nqh