linkend="catalog-pg-constraint">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.
+
linkend="catalog-pg-attrdef">pg_attrdef.adsrc
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 default-value expression
+ from pg_attrdef is pg_get_expr(adbin,
+ adrelid).
+