Fix information schema views to return NULL for precision and scale of
Tom Lane <tgl@sss.pgh.pa.us>
Fix information schema views to return NULL for precision and scale of an unconstrained numeric column. Also, factor out some duplicate code into functions, to ease future maintenance.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/information_schema.sql | modified | +142 −105 |