diff options
-rw-r--r-- | doc/src/sgml/libpgtcl.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml index 5e51f07ce8f..331ad1a9d3a 100644 --- a/doc/src/sgml/libpgtcl.sgml +++ b/doc/src/sgml/libpgtcl.sgml @@ -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> |