From c22ac9f50056352e5b971588c9a3d85b9d8bf265 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Thu, 26 Apr 2012 02:29:37 +0400 Subject: [PATCH] Allow delete using a multipart primary key. --- doc/user/stored-programs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/stored-programs.xml b/doc/user/stored-programs.xml index a5f3e4a1a2..2bc617670c 100644 --- a/doc/user/stored-programs.xml +++ b/doc/user/stored-programs.xml @@ -381,7 +381,7 @@ localhost> lua box.update(0, 0, '+p', 1, 1) <varlistentry> <term> - <emphasis role="lua">box.delete(space_no, key)</emphasis> + <emphasis role="lua">box.delete(space_no, ...)</emphasis> </term> <listitem><para> Delete a tuple identified by a primary key. -- GitLab