Fix information schema views to return NULL for precision and scale of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1a76550b3ba0430ded32e743da928ce22c6fc846
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-22T22:30:32Z
Releases: 8.0.0
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

PathChange+/−
src/backend/catalog/information_schema.sql modified +142 −105