summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 5a81e8dd080..aa76ff45d1a 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -1119,6 +1119,10 @@ methods = {
Config('to', '', r'''
drop all snapshots up to and including the specified name'''),
]),
+ Config('include_updates', 'false', r'''
+ make updates from the current transaction visible to users of the
+ named snapshot. Transactions started with such a named snapshot are
+ restricted to being read-only''', type='boolean'),
Config('name', '', r'''specify a name for the snapshot'''),
]),