|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="ecpg">
|
@@ -569,90 +569,6 @@ struct sqlca
|
569 | 569 | understand how to use <application>ecpg</application>.
|
570 | 570 | </para>
|
571 | 571 |
|
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 |
| - |
656 | 572 | <sect2>
|
657 | 573 | <title>The Preprocessor</title>
|
658 | 574 |
|
|
0 commit comments