The catalog pg_attrdef stores column default
values. The main information about columns is stored in
pg_attribute.
@@ -34,4 +34,4 @@
The column default value, in nodeToString()
representation. Use pg_get_expr(adbin, adrelid) to
convert it to an SQL expression.
-