Skip to content

Commit 6a6301e

Browse files
authored
Update pgbench-accounts-index-bid.sql
1 parent 5feec28 commit 6a6301e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- Deploy green-zone:pgbench-accounts-index-bid to pg
22

3-
create index /**concurrently**/ bid_idx on pgbench_accounts(bid);
3+
create index concurrently bid_idx on pgbench_accounts(bid);

0 commit comments

Comments
 (0)