Hi list,
what happens with sequences if i dump a database and i want to reloadit?
Do i have to initialize the sequences likeSELECT setval('sequence', max(id)) FROM table;?
Best regards,Markus