@@ -475,19 +475,18 @@ have.
475
475
<ListItem>
476
476
<Para>
477
477
The standard syntax of the FETCH command is:
478
-
478
+ </para>
479
479
<Para>
480
480
FETCH [direction] [amount] IN|FROM <Replaceable>cursor name</Replaceable>.
481
481
</Para>
482
-
482
+ <para>
483
483
<Application>ORACLE</Application>, however, does not use the keywords IN
484
484
resp. FROM. This feature cannot be added since it would create parsing
485
485
conflicts.
486
486
</Para>
487
487
</ListItem>
488
488
</VarListEntry>
489
489
</VariableList>
490
- </Para>
491
490
</sect1>
492
491
493
492
<Sect1>
@@ -699,30 +698,37 @@ following ways:
699
698
<VariableList>
700
699
<VarListEntry>
701
700
<Term>dbname[@server][:port][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
701
+ <listitem><para></para></listitem>
702
702
</VarListEntry>
703
703
704
704
<VarListEntry>
705
705
<Term>tcp:postgresql://server[:port][/dbname][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
706
+ <listitem><para></para></listitem>
706
707
</VarListEntry>
707
708
708
709
<VarListEntry>
709
710
<Term>unix:postgresql://server[:port][/dbname][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
711
+ <listitem><para></para></listitem>
710
712
</VarListEntry>
711
713
712
714
<VarListEntry>
713
715
<Term><Replaceable>character variable</Replaceable>[as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
716
+ <listitem><para></para></listitem>
714
717
</VarListEntry>
715
718
716
719
<VarListEntry>
717
720
<Term><Replaceable>character string</Replaceable>[as <Replaceable>connection name</Replaceable>][<Replaceable>user</Replaceable>]</Term>
721
+ <listitem><para></para></listitem>
718
722
</VarListEntry>
719
723
720
724
<VarListEntry>
721
725
<Term>default</Term>
726
+ <listitem><para></para></listitem>
722
727
</VarListEntry>
723
728
724
729
<VarListEntry>
725
730
<Term>user</Term>
731
+ <listitem><para></para></listitem>
726
732
</VarListEntry>
727
733
</VariableList>
728
734
</Para>
@@ -732,15 +738,19 @@ There are also different ways to specify the user name:
732
738
<VariableList>
733
739
<VarListEntry>
734
740
<Term><Replaceable>userid</Replaceable></Term>
741
+ <listitem><para></para></listitem>
735
742
</VarListEntry>
736
743
<VarListEntry>
737
744
<Term><Replaceable>userid</Replaceable>/<Replaceable>password</Replaceable></Term>
745
+ <listitem><para></para></listitem>
738
746
</VarListEntry>
739
747
<VarListEntry>
740
748
<Term><Replaceable>userid</Replaceable> identified by <Replaceable>password</Replaceable></Term>
749
+ <listitem><para></para></listitem>
741
750
</VarListEntry>
742
751
<VarListEntry>
743
752
<Term><Replaceable>userid</Replaceable> using <Replaceable>password</Replaceable></Term>
753
+ <listitem><para></para></listitem>
744
754
</VarListEntry>
745
755
</VariableList>
746
756
</Para>
@@ -768,22 +778,26 @@ following ways:
768
778
<VariableList>
769
779
<VarListEntry>
770
780
<Term><Replaceable>connection name</Replaceable></Term>
781
+ <listitem><para></para></listitem>
771
782
</VarListEntry>
772
783
<VarListEntry>
773
784
<Term>default</Term>
785
+ <listitem><para></para></listitem>
774
786
</VarListEntry>
775
787
<VarListEntry>
776
788
<Term>current</Term>
789
+ <listitem><para></para></listitem>
777
790
</VarListEntry>
778
791
<VarListEntry>
779
792
<Term>all</Term>
793
+ <listitem><para></para></listitem>
780
794
</VarListEntry>
781
795
</VariableList>
782
796
</Para>
783
797
</ListItem>
784
798
</VarListEntry>
785
799
786
- WARNING: FROM HERE ON THE TEXT IS OUTDATED!
800
+ <!-- WARNING: FROM HERE ON THE TEXT IS OUTDATED!-->
787
801
<VarListEntry>
788
802
<Term>Open cursor statement</Term>
789
803
<ListItem>
@@ -829,7 +843,7 @@ ECPGrollback(__LINE__);
829
843
</ListItem>
830
844
</VarListEntry>
831
845
832
- STARTING HERE IT IS OKAY AGAIN!
846
+ <!-- STARTING HERE IT IS OKAY AGAIN!-->
833
847
<VarListEntry>
834
848
<Term>Other statements</Term>
835
849
<ListItem>
0 commit comments