Reset the auto-increment counter to a specific value
ALTER SEQUENCE table_name_id_seq RESTART WITH 1;
Create a new PostgreSQL user and database
Show columns, types, and constraints of a table
Export a PostgreSQL table to a CSV file
Find rows with duplicate values in a column