File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
docs/scripts/basic/sql_function Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,23 @@ add_custom_target(basic_sql_function_scripts)
66configure_file (sql_function.sql sql_function.sql)
77configure_file (images.sql images.sql)
88
9- #----------------------------------------------
10- # Generating the results files
11- #---------------------------------------------
12-
139add_custom_command (
1410 TARGET basic_sql_function_scripts
1511 PRE_BUILD
1612 BYPRODUCTS
17- exercise_7_1.txt
18- exercise_7_2.txt
19- exercise_7_3.txt
20- exercise_7_4.txt
13+
2114 get_more_info.txt
2215 get_read_geom.txt
2316 get_geom.txt
17+ wrong_directionality.txt
2418 fix_directionality.txt
19+ good_directionality.txt
2520 use_directionality.txt
26- create_function.txt
27- exercise_7_11.txt
21+ using_fn1.txt
22+ using_fn2.txt
23+ using_fn3.txt
24+
2825 COMMAND psql -d city_routing -f sql_function.sql
2926 COMMAND psql -d city_routing -f images.sql
3027 COMMENT "running sql function scripts"
31- )
28+ )
You can’t perform that action at this time.
0 commit comments