From 4701df22146e4e4fc0c7fe58903fbd0482defcb5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jan 2015 10:53:46 +0200 Subject: Handle name truncation in PostgreSQL --- odb/options.cli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odb/options.cli') 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 > --statement-regex + { + "", + "Add 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 > --sql-name-regex { "", -- cgit v1.1