diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-05-13 03:29:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-05-13 03:29:12 +0000 |
commit | 7e5f53e730c76383ddc8c8f405e4405fb6777ceb (patch) | |
tree | da65b55f12d4830eb28a666b4096a668af339adb /doc/src | |
parent | 2af0d090f1bb26111ee19e5ab40ae00ed46313fb (diff) | |
download | postgresql-7e5f53e730c76383ddc8c8f405e4405fb6777ceb.tar.gz postgresql-7e5f53e730c76383ddc8c8f405e4405fb6777ceb.zip |
|I noticed that the -assignbyidx function of -result in libpgtcl
is not |documented, here is the relevant patch for it
Anton
Diffstat (limited to 'doc/src')
-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> |