]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve postgresql inherits docs
authorFederico Caselli <cfederico87@gmail.com>
Tue, 28 Jul 2026 18:18:40 +0000 (20:18 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 3 Aug 2026 17:42:03 +0000 (17:42 +0000)
commit7126f188cab8828076de8cfa28bf76283ba38d5a
treebebb5f4c63c1ef745ce90236b14d4bc37cc9cc98
parent6d9344b0a95dae3613fc90ef40523c8e11046266
Improve postgresql inherits docs

Clarify that inherited table columns are not copied by default
and provide an example of a function that will copy them.

Change-Id: I17811c1d3500fbb22a015226325004c1d7ade0c6
References: #13446
(cherry picked from commit 102532a2a1473140705de0296915e571eda14961)
lib/sqlalchemy/dialects/postgresql/base.py