From 90562b11354ebd9f88b92c00c38170c190cc219a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Aug 2003 04:17:21 +0000 Subject: [PATCH] Noticed broken markup in ecpg.sgml. Attached patch fixes it. Please apply. Joe Conway --- doc/src/sgml/ecpg.sgml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 7c4de83b30..c26b10ab0e 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -703,7 +703,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - CARDINALITY (integer) + CARDINALITY (integer) number of rows in the result set @@ -712,7 +712,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - DATA + DATA actual data item (therefore, the data type of this field @@ -722,7 +722,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - DATETIME_INTERVAL_CODE (integer) + DATETIME_INTERVAL_CODE (integer) ? @@ -731,7 +731,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - DATETIME_INTERVAL_PRECISION (integer) + DATETIME_INTERVAL_PRECISION (integer) not implemented @@ -740,7 +740,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - INDICATOR (integer) + INDICATOR (integer) the indicator (indicating a null value or a value truncation) @@ -749,7 +749,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - KEY_MEMBER (integer) + KEY_MEMBER (integer) not implemented @@ -758,7 +758,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - LENGTH (integer) + LENGTH (integer) length of the datum in characters @@ -767,7 +767,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - NAME (string) + NAME (string) name of the column @@ -776,7 +776,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - NULLABLE (integer) + NULLABLE (integer) not implemented @@ -785,7 +785,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - OCTET_LENGTH (integer) + OCTET_LENGTH (integer) length of the character representation of the datum in bytes @@ -794,7 +794,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - PRECISION (integer) + PRECISION (integer) precision (for type numeric) @@ -803,7 +803,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - RETURNED_LENGTH (integer) + RETURNED_LENGTH (integer) length of the datum in characters @@ -812,7 +812,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - RETURNED_OCTET_LENGTH (integer) + RETURNED_OCTET_LENGTH (integer) length of the character representation of the datum in bytes @@ -821,7 +821,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - SCALE (integer) + SCALE (integer) scale (for type numeric) @@ -830,7 +830,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - TYPE (integer) + TYPE (integer) numeric code of the data type of the column