Skip to content

Commit f4050fc

Browse files
committed
create index with concurrently
1 parent 1b90a2b commit f4050fc

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 +1 @@
1-
create index pgbench_accounts_bid_idx on pgbench_accounts (bid);
1+
create index concurrently pgbench_accounts_bid_idx on pgbench_accounts (bid);

0 commit comments

Comments
 (0)