Skip to content

Commit 88ebc0f

Browse files
committed
Remove ecpg TODO section:
> Looking at this I also found an ecpg TODO list in the docs: > > http://candle.pha.pa.us/main/writings/pgsql/sgml/ecpg-develop.html > > Seems that TODO section should be removed. Some items are done, others > are on the main TODO list. That's correct. I did not fix the docs for quite some time. Michael -- Michael Meskes
1 parent e59c15e commit 88ebc0f

File tree

1 file changed

+1
-85
lines changed

1 file changed

+1
-85
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 85 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.31 2001/11/21 05:53:41 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.32 2002/01/06 17:54:14 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -569,90 +569,6 @@ struct sqlca
569569
understand how to use <application>ecpg</application>.
570570
</para>
571571

572-
<sect2>
573-
<title>ToDo List</title>
574-
575-
<para>
576-
This version of the preprocessor has some flaws:
577-
578-
<variablelist>
579-
<varlistentry>
580-
<term>Library functions</term>
581-
<listitem>
582-
<para>
583-
to_date et al. does not exist. However,
584-
<productname>PostgreSQL</productname> has some good conversion
585-
routines so you probably won't miss them.
586-
</para>
587-
</listitem>
588-
</varlistentry>
589-
590-
<varlistentry>
591-
<term>Structures and unions</term>
592-
<listitem>
593-
<para>
594-
Structures and unions have to be defined in the
595-
<command>declare</> section.
596-
</para>
597-
</listitem>
598-
</varlistentry>
599-
600-
<varlistentry>
601-
<term>Missing statements</term>
602-
<listitem>
603-
<para>
604-
The following statements are not implemented thus far:
605-
606-
<itemizedlist>
607-
<listitem>
608-
<para>
609-
<literal>exec sql allocate</>
610-
</para>
611-
</listitem>
612-
613-
<listitem>
614-
<para>
615-
<literal>exec sql deallocate</>
616-
</para>
617-
</listitem>
618-
619-
<listitem>
620-
<para>
621-
<literal>SQLSTATE</>
622-
</para>
623-
</listitem>
624-
</itemizedlist>
625-
</para>
626-
</listitem>
627-
</varlistentry>
628-
629-
<varlistentry>
630-
<term>message 'no data found'</term>
631-
<listitem>
632-
<para>
633-
The error message for <quote>no data</quote> in:
634-
<programlisting>
635-
exec sql insert select from statement
636-
</programlisting>
637-
has to be <literal>100</>.
638-
</para>
639-
</listitem>
640-
</varlistentry>
641-
642-
<varlistentry>
643-
<term><literal>sqlwarn[6]</literal></term>
644-
<listitem>
645-
<para>
646-
<literal>sqlwarn[6]</literal> should be <literal>W</> if the <command>PRECISION</>
647-
or <command>SCALE</> value specified in a <command>SET
648-
DESCRIPTOR</> statement was ignored.
649-
</para>
650-
</listitem>
651-
</varlistentry>
652-
</variablelist>
653-
</para>
654-
</sect2>
655-
656572
<sect2>
657573
<title>The Preprocessor</title>
658574

0 commit comments

Comments
 (0)