You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2019/02/20 05:04:28 UTC

[trafodion] branch master updated: [TRAFODION-3278] Fix OVERLAPS diagram layout problem in Trafodion SQL Reference Manual

This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git


The following commit(s) were added to refs/heads/master by this push:
     new f635d05  [TRAFODION-3278] Fix OVERLAPS diagram layout problem in Trafodion SQL Reference Manual
     new 8d54c2f  Merge PR 1801
f635d05 is described below

commit f635d0557f1bdf984af0cf2023766f9b4be68db9
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Wed Feb 20 12:57:58 2019 +0800

    [TRAFODION-3278] Fix OVERLAPS diagram layout problem in Trafodion SQL Reference Manual
---
 .../asciidoc/_chapters/sql_language_elements.adoc  | 34 ++++++++++++----------
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
index b459e8f..ab2965c 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
@@ -3757,35 +3757,37 @@ TIP: The diagram below describes how various time periods overlap the time perio
 
 +
 ```
-Date-time Period                                                                       Overlap?
------------------------|-------------S1-E1-------------|--------------------------
+Date-time Period                                        Overlaps?
+---------------|--------S1-E1-------|----------------
 
-  |-----S2-E2-----|                                                                    No
+  |-S2-E2-|                                              No
 
-  |--------S3-E3-------|                                                               No
+  |---S3-E3----|                                         No
 
-  |--------------S4-E4--------------|                                                  Yes
+  |--------S4-E4--------|                                Yes
 
-  |----------------------S5-E5-------------------------|                               Yes
+  |--------------S5-E5--------------|                    Yes
 
-  |----------------------------S6-E6-------------------------------|                   Yes
+  |--------------------S6-E6-----------------|           Yes
 
-                       |-----S7-E7-----|                                               Yes
+               |-S7-E7-|                                 Yes
 
-                       |-------------S8-E8-------------|                               Yes
+---------------|--------S1-E1-------|----------------
 
-                       |-------------------S9-E9-------------------|                   Yes
+               |--------S8-E8-------|                    Yes
 
-                                       |--S10-E10--|                                   Yes
+               |--------S9-E9-----------|                Yes
 
-                                       |----S11-E11----|                               Yes
+                       |-S10-E10-|                       Yes
 
-                                       |-------S12-E12-------|                         Yes
+                       |---S11-E11--|                    Yes
 
-                                                       |--S13-E13--|                   No
+                       |----S12-E12----|                 Yes
 
-                                                                |--S14-E14--|          No    
------------------------|-------------S1-E1-------------|--------------------------                                           
+                                    |-S13-E13-|          No
+
+                                        |-S14-E14-|      No    
+---------------|--------S1-E1-------|----------------                                           
 ```
 +
 *Example*