mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-19 14:36:52 +01:00
Changed according to notes in https://www.postgresql.org/docs/12/release-12.html: > Remove obsolete pg_constraint.consrc column (Peter Eisentraut) > This column has been deprecated for a long time, because it did not update in response to other catalog changes (such as column renamings). The recommended way to get a text version of a check constraint's expression from pg_constraint is pg_get_expr(conbin, conrelid). pg_get_constraintdef() is also a useful alternative.