aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-23 10:53:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-23 10:53:46 +0200
commit4701df22146e4e4fc0c7fe58903fbd0482defcb5 (patch)
tree502bff26d72ddf0f70513079f33ba9c29c10a28e /odb/options.cli
parent36863f5f31c202e45c8a406a321deb8d237cbc14 (diff)
Handle name truncation in PostgreSQL
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 350bbfc..3e3d070 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -770,6 +770,14 @@ class options
TRANSFORMATIONS section below for details."
};
+ database_map<std::vector<std::string> > --statement-regex
+ {
+ "<regex>",
+ "Add <regex> to the list of regular expressions that is used to
+ transform automatically-derived prepared statement names. See
+ the SQL NAME TRANSFORMATIONS section below for details."
+ };
+
database_map<std::vector<std::string> > --sql-name-regex
{
"<regex>",