Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit045013c

Browse files
author
Thomas G. Lockhart
committed
Markup fixes from Vince Vielhaber.
1 parente57c34c commit045013c

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,19 +475,18 @@ have.
475475
<ListItem>
476476
<Para>
477477
The standard syntax of the FETCH command is:
478-
478+
</para>
479479
<Para>
480480
FETCH [direction] [amount] IN|FROM <Replaceable>cursor name</Replaceable>.
481481
</Para>
482-
482+
<para>
483483
<Application>ORACLE</Application>, however, does not use the keywords IN
484484
resp. FROM. This feature cannot be added since it would create parsing
485485
conflicts.
486486
</Para>
487487
</ListItem>
488488
</VarListEntry>
489489
</VariableList>
490-
</Para>
491490
</sect1>
492491

493492
<Sect1>
@@ -699,30 +698,37 @@ following ways:
699698
<VariableList>
700699
<VarListEntry>
701700
<Term>dbname[@server][:port][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
701+
<listitem><para></para></listitem>
702702
</VarListEntry>
703703

704704
<VarListEntry>
705705
<Term>tcp:postgresql://server[:port][/dbname][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
706+
<listitem><para></para></listitem>
706707
</VarListEntry>
707708

708709
<VarListEntry>
709710
<Term>unix:postgresql://server[:port][/dbname][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
711+
<listitem><para></para></listitem>
710712
</VarListEntry>
711713

712714
<VarListEntry>
713715
<Term><Replaceable>character variable</Replaceable>[as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
716+
<listitem><para></para></listitem>
714717
</VarListEntry>
715718

716719
<VarListEntry>
717720
<Term><Replaceable>character string</Replaceable>[as <Replaceable>connection name</Replaceable>][<Replaceable>user</Replaceable>]</Term>
721+
<listitem><para></para></listitem>
718722
</VarListEntry>
719723

720724
<VarListEntry>
721725
<Term>default</Term>
726+
<listitem><para></para></listitem>
722727
</VarListEntry>
723728

724729
<VarListEntry>
725730
<Term>user</Term>
731+
<listitem><para></para></listitem>
726732
</VarListEntry>
727733
</VariableList>
728734
</Para>
@@ -732,15 +738,19 @@ There are also different ways to specify the user name:
732738
<VariableList>
733739
<VarListEntry>
734740
<Term><Replaceable>userid</Replaceable></Term>
741+
<listitem><para></para></listitem>
735742
</VarListEntry>
736743
<VarListEntry>
737744
<Term><Replaceable>userid</Replaceable>/<Replaceable>password</Replaceable></Term>
745+
<listitem><para></para></listitem>
738746
</VarListEntry>
739747
<VarListEntry>
740748
<Term><Replaceable>userid</Replaceable> identified by <Replaceable>password</Replaceable></Term>
749+
<listitem><para></para></listitem>
741750
</VarListEntry>
742751
<VarListEntry>
743752
<Term><Replaceable>userid</Replaceable> using <Replaceable>password</Replaceable></Term>
753+
<listitem><para></para></listitem>
744754
</VarListEntry>
745755
</VariableList>
746756
</Para>
@@ -768,22 +778,26 @@ following ways:
768778
<VariableList>
769779
<VarListEntry>
770780
<Term><Replaceable>connection name</Replaceable></Term>
781+
<listitem><para></para></listitem>
771782
</VarListEntry>
772783
<VarListEntry>
773784
<Term>default</Term>
785+
<listitem><para></para></listitem>
774786
</VarListEntry>
775787
<VarListEntry>
776788
<Term>current</Term>
789+
<listitem><para></para></listitem>
777790
</VarListEntry>
778791
<VarListEntry>
779792
<Term>all</Term>
793+
<listitem><para></para></listitem>
780794
</VarListEntry>
781795
</VariableList>
782796
</Para>
783797
</ListItem>
784798
</VarListEntry>
785799

786-
WARNING: FROM HERE ON THE TEXT IS OUTDATED!
800+
<!--WARNING: FROM HERE ON THE TEXT IS OUTDATED!-->
787801
<VarListEntry>
788802
<Term>Open cursor statement</Term>
789803
<ListItem>
@@ -829,7 +843,7 @@ ECPGrollback(__LINE__);
829843
</ListItem>
830844
</VarListEntry>
831845

832-
STARTING HERE IT IS OKAY AGAIN!
846+
<!--STARTING HERE IT IS OKAY AGAIN!-->
833847
<VarListEntry>
834848
<Term>Other statements</Term>
835849
<ListItem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp