Fix and clarify information schema interval_precision fields

Peter Eisentraut <peter_e@gmx.net>

Commit: 3315020a091f64c8d08c3b32a2abd46431dcf857
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-07-11T15:49:44Z
Releases: 9.2.0
Fix and clarify information schema interval_precision fields

The fields were previously wrongly typed as character_data; change to
cardinal_number.  Update the documentation and the implementation to
show more clearly that this applies to a feature not available in
PostgreSQL, rather than just not yet being implemented in the
information schema.

Files