aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-03-30 15:20:43 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-03-30 15:20:43 +0000
commit045013cba34852721563fdcc6e77370f4344dfcf (patch)
treece141a6ff99328da3192a0dc4cd828ad5a8249f7
parente57c34c012051bcf682b7b28917fa266d2fee6ec (diff)
downloadpostgresql-045013cba34852721563fdcc6e77370f4344dfcf.tar.gz
postgresql-045013cba34852721563fdcc6e77370f4344dfcf.zip
Markup fixes from Vince Vielhaber.
-rw-r--r--doc/src/sgml/ecpg.sgml24
1 files changed, 19 insertions, 5 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index f39eb13b76f..cdeba13dd28 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -475,11 +475,11 @@ have.
<ListItem>
<Para>
The standard syntax of the FETCH command is:
-
+</para>
<Para>
FETCH [direction] [amount] IN|FROM <Replaceable>cursor name</Replaceable>.
</Para>
-
+<para>
<Application>ORACLE</Application>, however, does not use the keywords IN
resp. FROM. This feature cannot be added since it would create parsing
conflicts.
@@ -487,7 +487,6 @@ conflicts.
</ListItem>
</VarListEntry>
</VariableList>
-</Para>
</sect1>
<Sect1>
@@ -699,30 +698,37 @@ following ways:
<VariableList>
<VarListEntry>
<Term>dbname[@server][:port][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>tcp:postgresql://server[:port][/dbname][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>unix:postgresql://server[:port][/dbname][as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term><Replaceable>character variable</Replaceable>[as <Replaceable>connection name</Replaceable>][user <Replaceable>user name</Replaceable>]</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term><Replaceable>character string</Replaceable>[as <Replaceable>connection name</Replaceable>][<Replaceable>user</Replaceable>]</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>default</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>user</Term>
+<listitem><para></para></listitem>
</VarListEntry>
</VariableList>
</Para>
@@ -732,15 +738,19 @@ There are also different ways to specify the user name:
<VariableList>
<VarListEntry>
<Term><Replaceable>userid</Replaceable></Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term><Replaceable>userid</Replaceable>/<Replaceable>password</Replaceable></Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term><Replaceable>userid</Replaceable> identified by <Replaceable>password</Replaceable></Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term><Replaceable>userid</Replaceable> using <Replaceable>password</Replaceable></Term>
+<listitem><para></para></listitem>
</VarListEntry>
</VariableList>
</Para>
@@ -768,22 +778,26 @@ following ways:
<VariableList>
<VarListEntry>
<Term><Replaceable>connection name</Replaceable></Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>default</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>current</Term>
+<listitem><para></para></listitem>
</VarListEntry>
<VarListEntry>
<Term>all</Term>
+<listitem><para></para></listitem>
</VarListEntry>
</VariableList>
</Para>
</ListItem>
</VarListEntry>
-WARNING: FROM HERE ON THE TEXT IS OUTDATED!
+<!--WARNING: FROM HERE ON THE TEXT IS OUTDATED!-->
<VarListEntry>
<Term>Open cursor statement</Term>
<ListItem>
@@ -829,7 +843,7 @@ ECPGrollback(__LINE__);
</ListItem>
</VarListEntry>
-STARTING HERE IT IS OKAY AGAIN!
+<!--STARTING HERE IT IS OKAY AGAIN!-->
<VarListEntry>
<Term>Other statements</Term>
<ListItem>