From 3315020a091f64c8d08c3b32a2abd46431dcf857 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Jul 2011 18:49:44 +0300 Subject: 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. --- doc/src/sgml/information_schema.sgml | 37 +++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 77a00cde9bd..85044761d0c 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -488,8 +488,13 @@ interval_precision - character_data - Not yet implemented + cardinal_number + + Applies to a feature not available + in PostgreSQL + (see datetime_precision for the fractional + seconds precision of interval type attributes) + @@ -1343,8 +1348,13 @@ interval_precision - character_data - Not yet implemented + cardinal_number + + Applies to a feature not available + in PostgreSQL + (see datetime_precision for the fractional + seconds precision of interval type columns) + @@ -2139,8 +2149,13 @@ interval_precision - character_data - Not yet implemented + cardinal_number + + Applies to a feature not available + in PostgreSQL + (see datetime_precision for the fractional + seconds precision of interval type domains) + @@ -2400,7 +2415,7 @@ ORDER BY c.ordinal_position; interval_precision - character_data + cardinal_number Always null, since this information is not applied to array element data types in PostgreSQL @@ -3150,7 +3165,7 @@ ORDER BY c.ordinal_position; interval_precision - character_data + cardinal_number Always null, since this information is not applied to parameter data types in PostgreSQL @@ -4037,7 +4052,7 @@ ORDER BY c.ordinal_position; interval_precision - character_data + cardinal_number Always null, since this information is not applied to return data types in PostgreSQL @@ -4369,7 +4384,7 @@ ORDER BY c.ordinal_position; result_cast_interval_precision - character_data + cardinal_number Applies to a feature not available in PostgreSQL @@ -6008,7 +6023,7 @@ ORDER BY c.ordinal_position; interval_precision - character_data + cardinal_number Applies to a feature not available in PostgreSQL -- cgit v1.2.3