From 987ac77fbf80537ea4eb78846b618e3027653f68 Mon Sep 17 00:00:00 2001
From: lukaseder
Date: Fri, 5 Aug 2016 13:56:17 +0200
Subject: [PATCH] Document some recent DDL feature additions
---
.../resources/org/jooq/web/manual-3.8.xml | 207 +++++++-----------
.../resources/org/jooq/web/manual-3.9.xml | 207 +++++++-----------
2 files changed, 156 insertions(+), 258 deletions(-)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
index cb002705b3..63c896f690 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
@@ -5665,81 +5665,76 @@ VALUES ('John', 'Hitchcock')
jOOQ currently supports the following ALTER statements (SQL examples in PostgreSQL syntax):
+ Indexes
+
+