> 3. Or even create a pg_get_sequence() function:> > SELECT SETVAL(pg_get_sequence(schema.table, col), 17);
Actually, this is the best solution :)
Chris