Catalog
Serial columns and sequence last-value state.
After bad import, ids collide, opens Sequences — serial columns and last values — and advances sequence without guessing nextval.
The Catalog panel Sequences is where Bridge turns raw metadata into decisions — counts, definitions, dependencies, and links into the grid or Query lab. No information_schema archaeology; no guessing which mat view is stale.
Open Sequences from the left sidebar after you connect; everything here reflects the live connection, not a cached export from yesterday.
Bridge path: /database/sequences

Step 1
users_id_seq behind max(id) — setval fix copied to Query lab.
Dependency on users table visible.
Serial columns and sequence last-value state. /database/sequences. Sequences and identity columns.

Step 2
Advance after bulk import; verify next insert in grid.
No duplicate key violations in prod.
SQL helpers for setval. Dependency visibility.

Step 3
Which column uses which sequence — catalog answers without d users in psql.
Onboarding win.
Linked tables from metadata.

postgresql://, ssh://, sftp://, s3://, or smtp:// examples.Related connections