Skip to content

Commit 90562b1

Browse files
committed
Noticed broken markup in ecpg.sgml. Attached patch fixes it. Please
apply. Joe Conway
1 parent df5a588 commit 90562b1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.47 2003/08/01 13:53:36 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.48 2003/08/07 04:17:21 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -703,7 +703,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
703703

704704
<variablelist>
705705
<varlistentry>
706-
<term><literal>CARDINALITY</literal> (integer)<term>
706+
<term><literal>CARDINALITY</literal> (integer)</term>
707707
<listitem>
708708
<para>
709709
number of rows in the result set
@@ -712,7 +712,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
712712
</varlistentry>
713713

714714
<varlistentry>
715-
<term><literal>DATA</literal><term>
715+
<term><literal>DATA</literal></term>
716716
<listitem>
717717
<para>
718718
actual data item (therefore, the data type of this field
@@ -722,7 +722,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
722722
</varlistentry>
723723

724724
<varlistentry>
725-
<term><literal>DATETIME_INTERVAL_CODE</literal> (integer)<term>
725+
<term><literal>DATETIME_INTERVAL_CODE</literal> (integer)</term>
726726
<listitem>
727727
<para>
728728
?
@@ -731,7 +731,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
731731
</varlistentry>
732732

733733
<varlistentry>
734-
<term><literal>DATETIME_INTERVAL_PRECISION</literal> (integer)<term>
734+
<term><literal>DATETIME_INTERVAL_PRECISION</literal> (integer)</term>
735735
<listitem>
736736
<para>
737737
not implemented
@@ -740,7 +740,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
740740
</varlistentry>
741741

742742
<varlistentry>
743-
<term><literal>INDICATOR</literal> (integer)<term>
743+
<term><literal>INDICATOR</literal> (integer)</term>
744744
<listitem>
745745
<para>
746746
the indicator (indicating a null value or a value truncation)
@@ -749,7 +749,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
749749
</varlistentry>
750750

751751
<varlistentry>
752-
<term><literal>KEY_MEMBER</literal> (integer)<term>
752+
<term><literal>KEY_MEMBER</literal> (integer)</term>
753753
<listitem>
754754
<para>
755755
not implemented
@@ -758,7 +758,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
758758
</varlistentry>
759759

760760
<varlistentry>
761-
<term><literal>LENGTH</literal> (integer)<term>
761+
<term><literal>LENGTH</literal> (integer)</term>
762762
<listitem>
763763
<para>
764764
length of the datum in characters
@@ -767,7 +767,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
767767
</varlistentry>
768768

769769
<varlistentry>
770-
<term><literal>NAME</literal> (string)<term>
770+
<term><literal>NAME</literal> (string)</term>
771771
<listitem>
772772
<para>
773773
name of the column
@@ -776,7 +776,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
776776
</varlistentry>
777777

778778
<varlistentry>
779-
<term><literal>NULLABLE</literal> (integer)<term>
779+
<term><literal>NULLABLE</literal> (integer)</term>
780780
<listitem>
781781
<para>
782782
not implemented
@@ -785,7 +785,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
785785
</varlistentry>
786786

787787
<varlistentry>
788-
<term><literal>OCTET_LENGTH</literal> (integer)<term>
788+
<term><literal>OCTET_LENGTH</literal> (integer)</term>
789789
<listitem>
790790
<para>
791791
length of the character representation of the datum in bytes
@@ -794,7 +794,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
794794
</varlistentry>
795795

796796
<varlistentry>
797-
<term><literal>PRECISION</literal> (integer)<term>
797+
<term><literal>PRECISION</literal> (integer)</term>
798798
<listitem>
799799
<para>
800800
precision (for type <type>numeric</type>)
@@ -803,7 +803,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
803803
</varlistentry>
804804

805805
<varlistentry>
806-
<term><literal>RETURNED_LENGTH</literal> (integer)<term>
806+
<term><literal>RETURNED_LENGTH</literal> (integer)</term>
807807
<listitem>
808808
<para>
809809
length of the datum in characters
@@ -812,7 +812,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
812812
</varlistentry>
813813

814814
<varlistentry>
815-
<term><literal>RETURNED_OCTET_LENGTH</literal> (integer)<term>
815+
<term><literal>RETURNED_OCTET_LENGTH</literal> (integer)</term>
816816
<listitem>
817817
<para>
818818
length of the character representation of the datum in bytes
@@ -821,7 +821,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
821821
</varlistentry>
822822

823823
<varlistentry>
824-
<term><literal>SCALE</literal> (integer)<term>
824+
<term><literal>SCALE</literal> (integer)</term>
825825
<listitem>
826826
<para>
827827
scale (for type <type>numeric</type>)
@@ -830,7 +830,7 @@ EXEC SQL GET DESCRIPTOR <replaceable>name</replaceable> VALUE <replaceable>num</
830830
</varlistentry>
831831

832832
<varlistentry>
833-
<term><literal>TYPE</literal> (integer)<term>
833+
<term><literal>TYPE</literal> (integer)</term>
834834
<listitem>
835835
<para>
836836
numeric code of the data type of the column

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy