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

Updated rel.txt for e_psm


diffs (28 lines):

diff --git a/sql/rel.txt b/sql/rel.txt
--- a/sql/rel.txt
+++ b/sql/rel.txt
@@ -155,18 +155,17 @@ e_column
        -> r    expression name
        -> type 
 
-       
 e_psm
        -> flag
-               psm_declare     name 
-                               type
-               psm_set         name 
+               psm_var ->f sql_table if it is a table
+                               ->tpe type of variable if not a table
+               psm_set ->l name
                                ->l value_exp
-               psm_if          ->l cond_exp, 
-                               ->r then_exp_list 
+               psm_if  ->l cond_exp
+                               ->r then_exp_list
                                ->f else_exp_list
                psm_while       ->l cond_exp
-                               ->r loop_exp_list
+                                       ->r loop_exp_list
                psm_return      ->l return_exp
                psm_rel         ->l relation
                psm_exception ->l cond_exp
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to