diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-11 16:30:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-11 16:30:41 +0000 |
commit | 95c18db868a8d2f96859f6bfef8af826a64d8fbb (patch) | |
tree | 5a16a85c8ba6355f21741fe98a2bca8feb1beb64 /doc/src | |
parent | 51053d32160b452a1fcb71ad57fb394706af58d8 (diff) | |
download | postgresql-95c18db868a8d2f96859f6bfef8af826a64d8fbb.tar.gz postgresql-95c18db868a8d2f96859f6bfef8af826a64d8fbb.zip |
Remove mention of "pg_result -list" becuase it is not implemented, per
Tatsuo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpgtcl.sgml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml index a9ee83a9f97..f3d8d742383 100644 --- a/doc/src/sgml/libpgtcl.sgml +++ b/doc/src/sgml/libpgtcl.sgml @@ -685,16 +685,6 @@ the number of attributes in each tuple. </VARLISTENTRY> <VARLISTENTRY> <TERM> -<option>-list VarName</option> -</TERM> -<LISTITEM> -<PARA> -assign the results to a list of lists. -</PARA> -</LISTITEM> -</VARLISTENTRY> -<VARLISTENTRY> -<TERM> <option>-assign arrayName</option> </TERM> <LISTITEM> |