diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-06 17:54:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-06 17:54:14 +0000 |
commit | 88ebc0f2f7893ca8f4412e54bb1a5673e43abda4 (patch) | |
tree | 396eca8e148ac506c2f28e4235e885d91067732b /doc/src | |
parent | e59c15e4bb50a3f6c2c7516e82e6ffe782b73394 (diff) | |
download | postgresql-88ebc0f2f7893ca8f4412e54bb1a5673e43abda4.tar.gz postgresql-88ebc0f2f7893ca8f4412e54bb1a5673e43abda4.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 86 |
1 files changed, 1 insertions, 85 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index cd3f5110fd1..9997ca2eae1 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ <!-- -$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"> @@ -570,90 +570,6 @@ struct sqlca </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> <para> |