File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ PostgreSQL] ( https://img.shields.io/badge/PostgreSQL-14--18-blue.svg )] ( https://www.postgresql.org/ )
44![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/rogerwelin/pg_column_tetris/test.yml )
5+ [ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
56
67
78A PostgreSQL extension that enforces optimal column alignment to minimize row padding waste.
@@ -198,6 +199,9 @@ SELECT column_tetris.mode();
198199
199200-- Exclude a table from validation (e.g., matching an external schema)
200201SELECT column_tetris .exclude (' legacy_imports' );
202+
203+ -- View excluded table-/s
204+ SELECT * FROM column_tetris .exclusions ;
201205```
202206
203207### What gets checked
Original file line number Diff line number Diff line change 11-- pg_column_tetris: Enforce optimal column alignment to minimize row padding
2- -- Copyright (c) 2026, MIT License
2+ -- Copyright Roger Welin (c) 2026, MIT License
33
44-- ---------------------------------------------------------------------------
55-- Schema + Config
You can’t perform that action at this time.
0 commit comments