Skip to content
Snippets Groups Projects
Commit 7e5f53e7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

|I noticed that the -assignbyidx function of -result in libpgtcl

is not |documented, here is the relevant patch for it

Anton
parent 2af0d090
Branches
Tags
No related merge requests found
......@@ -646,6 +646,18 @@ assign the results to an array
</VARLISTENTRY>
<VARLISTENTRY>
<TERM>
-assignbyidx arrayName ?appendstr?
</TERM>
<LISTITEM>
<PARA>
assign the results to an array using the first field as a key
and optionally append appendstr to the key name. Useful for
creating pseudo-multi dimensional arrays in tcl.
</PARA>
</LISTITEM>
</VARLISTENTRY>
<VARLISTENTRY>
<TERM>
-numTuples
</TERM>
<LISTITEM>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment