Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

781 B

Postgres Database ID Resequencer

resequence_pgsql is a command line utility to resequence ID’s from the last id entered so you are not violating primary key constraints in the database after initial seed data or migrated data is inserted into the database. This is for Postgres only through an ssh connection.

Installation

resequence_pgsql requires dotnetcore v8.0+ to run.

Download the Project

git clone https://cvs.prelub.com/mcarman/resequenced_pgsql.git

For production environments...

dotnet publish -c Release -r <RID> --output <output directory> resequence_pgsql.sln

List of RID’s can be found here.