質問編集履歴

1

書式の改善

2015/10/30 02:48

投稿

dthani
dthani

スコア131

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,13 @@
52
52
 
53
53
  echo ${NW} "start:update_fnc" >> ${LOG_DIR}/${DT}_update_fnc.log
54
54
 
55
- sudo -u postgres psql testDB -c "select test.update_fnc(now());"
55
+ sudo -u postgres psql testDB -c "select test.update_fnc1(now());"
56
+
57
+ sudo -u postgres psql testDB -c "select test.update_fnc2(now());"
58
+
59
+ sudo -u postgres psql testDB -c "select test.update_fnc3(now());"
60
+
61
+ sudo -u postgres psql testDB -c "select test.update_fnc4(now());"
56
62
 
57
63
  echo ${NW} "end:update_fnc" >> ${LOG_DIR}/${DT}_update_fnc.log
58
64
 
@@ -70,7 +76,7 @@
70
76
 
71
77
 
72
78
 
73
- sudo -u postgres psql testDB -c "select test.update_fnc(now());"
79
+ sudo -u postgres psql testDB -c "select test.update_fnc1(now());"
74
80
 
75
81
 
76
82