提交 88ebc0f2 编写于 作者: B Bruce Momjian

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
上级 e59c15e4
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.31 2001/11/21 05:53:41 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.32 2002/01/06 17:54:14 momjian Exp $
-->
<chapter id="ecpg">
......@@ -569,90 +569,6 @@ struct sqlca
understand how to use <application>ecpg</application>.
</para>
<sect2>
<title>ToDo List</title>
<para>
This version of the preprocessor has some flaws:
<variablelist>
<varlistentry>
<term>Library functions</term>
<listitem>
<para>
to_date et al. does not exist. However,
<productname>PostgreSQL</productname> has some good conversion
routines so you probably won't miss them.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Structures and unions</term>
<listitem>
<para>
Structures and unions have to be defined in the
<command>declare</> section.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Missing statements</term>
<listitem>
<para>
The following statements are not implemented thus far:
<itemizedlist>
<listitem>
<para>
<literal>exec sql allocate</>
</para>
</listitem>
<listitem>
<para>
<literal>exec sql deallocate</>
</para>
</listitem>
<listitem>
<para>
<literal>SQLSTATE</>
</para>
</listitem>
</itemizedlist>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>message 'no data found'</term>
<listitem>
<para>
The error message for <quote>no data</quote> in:
<programlisting>
exec sql insert select from statement
</programlisting>
has to be <literal>100</>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>sqlwarn[6]</literal></term>
<listitem>
<para>
<literal>sqlwarn[6]</literal> should be <literal>W</> if the <command>PRECISION</>
or <command>SCALE</> value specified in a <command>SET
DESCRIPTOR</> statement was ignored.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</sect2>
<sect2>
<title>The Preprocessor</title>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册