aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent36863f5f31c202e45c8a406a321deb8d237cbc14 (diff)
Handle name truncation in PostgreSQL
Diffstat (limited to 'doc')
-rw-r--r--doc/odb-epilogue.13
-rw-r--r--doc/odb-epilogue.xhtml7
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/odb-epilogue.1 b/doc/odb-epilogue.1
index 6968767..0818bf8 100644
--- a/doc/odb-epilogue.1
+++ b/doc/odb-epilogue.1
@@ -41,8 +41,9 @@ can be
.BR column ,
.BR index ,
.BR fkey ,
+.BR sequence ,
or
-.BR sequence .
+.BR statement .
On the other hand, if we want our regular expressions to apply to all SQL
names, then we use the
.B --sql-name-regex
diff --git a/doc/odb-epilogue.xhtml b/doc/odb-epilogue.xhtml
index da3fdef..c108df8 100644
--- a/doc/odb-epilogue.xhtml
+++ b/doc/odb-epilogue.xhtml
@@ -21,9 +21,10 @@
<code><b>--</b><i>kind</i><b>-regex</b></code> options, where
<code><i>kind</i></code> can be <code><b>table</b></code>,
<code><b>column</b></code>, <code><b>index</b></code>,
- <code><b>fkey</b></code>, or <code><b>sequence</b></code>. On the
- other hand, if we want our regular expressions to apply to all SQL
- names, then we use the <code><b>--sql-name-regex</b></code> option.</p>
+ <code><b>fkey</b></code>, <code><b>sequence</b></code>, or
+ <code><b>statement</b></code>. On the other hand, if we want our
+ regular expressions to apply to all SQL names, then we use the
+ <code><b>--sql-name-regex</b></code> option.</p>
<p>The interaction between the higher and lower level transformations
is as follows. Prefixes and suffixes are added first. Then the