Commit graph

1 commit

Author SHA1 Message Date
28c25a27ca
Add script and README for sequence adjustment in PostgreSQL
Introduced a SQL script with accompanying documentation that corrects sequence values in PostgreSQL databases following data import. The script dynamically adjusts sequence numbers to align with the maximum values present in their respective tables, addressing issues that can occur when sequences fall out of sync after bulk inserts or imports. Use caution as provided without warranty.
2023-12-28 10:33:15 +01:00