Project

General

Profile

« Previous | Next » 

Revision 12847

lib/runscripts/table.run: psql: always include ; at end of statement

View differences:

trunk/lib/runscripts/table.run
66 66
	begin_target
67 67
	if test "$is_view"; then return 0; fi # do not modify view columns
68 68
	psql <<EOF
69
SELECT util.trim('"$table"', '$map_table')
69
SELECT util.trim('"$table"', '$map_table');
70 70
EOF
71 71
}
72 72

  
......
75 75
	begin_target
76 76
	if test "$is_view"; then return 0; fi # do not rename view columns
77 77
	psql <<EOF
78
SELECT util.reset_col_names('"$table"', '$map_table')
78
SELECT util.reset_col_names('"$table"', '$map_table');
79 79
EOF
80 80
}
81 81

  

Also available in: Unified diff