Index: doc/src/sgml/ecpg.sgml =================================================================== RCS file: /opt/src/cvs/pgsql-server/doc/src/sgml/ecpg.sgml,v retrieving revision 1.47 diff -c -r1.47 ecpg.sgml *** doc/src/sgml/ecpg.sgml 1 Aug 2003 13:53:36 -0000 1.47 --- doc/src/sgml/ecpg.sgml 6 Aug 2003 19:43:46 -0000 *************** *** 703,709 **** ! CARDINALITY (integer) number of rows in the result set --- 703,709 ---- ! CARDINALITY (integer) number of rows in the result set *************** *** 712,718 **** ! DATA actual data item (therefore, the data type of this field --- 712,718 ---- ! DATA actual data item (therefore, the data type of this field *************** *** 722,728 **** ! DATETIME_INTERVAL_CODE (integer) ? --- 722,728 ---- ! DATETIME_INTERVAL_CODE (integer) ? *************** *** 731,737 **** ! DATETIME_INTERVAL_PRECISION (integer) not implemented --- 731,737 ---- ! DATETIME_INTERVAL_PRECISION (integer) not implemented *************** *** 740,746 **** ! INDICATOR (integer) the indicator (indicating a null value or a value truncation) --- 740,746 ---- ! INDICATOR (integer) the indicator (indicating a null value or a value truncation) *************** *** 749,755 **** ! KEY_MEMBER (integer) not implemented --- 749,755 ---- ! KEY_MEMBER (integer) not implemented *************** *** 758,764 **** ! LENGTH (integer) length of the datum in characters --- 758,764 ---- ! LENGTH (integer) length of the datum in characters *************** *** 767,773 **** ! NAME (string) name of the column --- 767,773 ---- ! NAME (string) name of the column *************** *** 776,782 **** ! NULLABLE (integer) not implemented --- 776,782 ---- ! NULLABLE (integer) not implemented *************** *** 785,791 **** ! OCTET_LENGTH (integer) length of the character representation of the datum in bytes --- 785,791 ---- ! OCTET_LENGTH (integer) length of the character representation of the datum in bytes *************** *** 794,800 **** ! PRECISION (integer) precision (for type numeric) --- 794,800 ---- ! PRECISION (integer) precision (for type numeric) *************** *** 803,809 **** ! RETURNED_LENGTH (integer) length of the datum in characters --- 803,809 ---- ! RETURNED_LENGTH (integer) length of the datum in characters *************** *** 812,818 **** ! RETURNED_OCTET_LENGTH (integer) length of the character representation of the datum in bytes --- 812,818 ---- ! RETURNED_OCTET_LENGTH (integer) length of the character representation of the datum in bytes *************** *** 821,827 **** ! SCALE (integer) scale (for type numeric) --- 821,827 ---- ! SCALE (integer) scale (for type numeric) *************** *** 830,836 **** ! TYPE (integer) numeric code of the data type of the column --- 830,836 ---- ! TYPE (integer) numeric code of the data type of the column