回答編集履歴

1

誤字修正

2017/04/05 03:14

投稿

SVC34
SVC34

スコア1149

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  1. 削除対象の抽出に使用できる索引を一時的に追加する(create indexにconcurrentlyオプションを指定すると更新をブロックせずに作成できる)
34
34
 
35
- 1. curosorを使用したdeleteを行う(with holdオプションを指定することで、途中でcommitしてもcursorをクローズさせず、続きから処理継続できる)
35
+ 1. cursorを使用したdeleteを行う(with holdオプションを指定することで、途中でcommitしてもcursorをクローズさせず、続きから処理継続できる)
36
36
 
37
37
 
38
38