Changeset: f58d90e32322 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f58d90e32322
Modified Files:
        sql/rel.txt
Branch: Nov2019
Log Message:

Added missing information in rel.txt related to truncate statements


diffs (21 lines):

diff --git a/sql/rel.txt b/sql/rel.txt
--- a/sql/rel.txt
+++ b/sql/rel.txt
@@ -16,7 +16,6 @@ TABLE         (card MULTI)
        -> exps         is list of column expressions (also used for aliases)
        -> l            optional input relation
        -> r            table function expression
-               
 
 /* Wrapping relational operator, is a big complex top level only 
    operator, which only does DDL kind of statements
@@ -82,6 +81,9 @@ INSERT|DELETE|UPDATE|TRUNCATE         (card MUL
 only (UPDATE)
        -> exps         
                        Named columns to update
+only (TRUNCATE)
+       -> exps         
+                       The first expression is a e_atom integer indicating to 
restart sequences, and the second is another e_atom integer telling to cascade 
the truncate if the table has fk dependents
 
 INSERT/UPDATE have a special case      
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to