Skip to content

Commit 67c4d22

Browse files
committed
2 parents 0bfa404 + 8297139 commit 67c4d22

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

78
A 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)
200201
SELECT column_tetris.exclude('legacy_imports');
202+
203+
-- View excluded table-/s
204+
SELECT * FROM column_tetris.exclusions;
201205
```
202206

203207
### What gets checked

pg_column_tetris--0.1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)