Skip to content
Snippets Groups Projects
Commit 53c4edd1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a bug in the user guide: UPDATE can not be done on the primary key.

parent 165f3913
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@
response, even if the latter arrived out of order.
</para>
<para>Request type defines the format of the payload.
INSERTs and DELETEs can only be made by the primary key, so
INSERTs, UPDATEs and DELETEs can only be made by the primary key, so
an index id and key value are always present in these requests.
SELECTs and UPDATEs can use secondary keys. UPDATE only needs to
SELECTs can use secondary keys. UPDATE only needs to
list the fields that are actually changed. With this one
exception, all commands operate on whole tuple(s).
</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment