# Syn Postgres Partitioning

> PostgreSQL: declarative table partitioning

- Skill: `legendtkl/syn-postgres-partitioning` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-postgres-partitioning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-postgres-partitioning/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-postgres-partitioning

---


# PostgreSQL: declarative table partitioning

## When to use

Use this skill for declarative table partitioning in PostgreSQL. This skill
specifically handles declarative table partitioning and nothing else in the
PostgreSQL family.

## Procedure

Convert a large table to declarative range/list partitioning, create partitions per period, attach/detach partitions, and route inserts. Manage partition pruning.

## Notes

This is the PostgreSQL skill dedicated to declarative table partitioning.
Sibling skills cover other PostgreSQL capabilities; this one
is the right choice only when the task is about declarative table partitioning.

