Skip to content

Commit 88be55a

Browse files
authored
and fix! (CONCURRENTLY returned)
1 parent aff6780 commit 88be55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/pgbench-accounts-index-bid.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Deploy green-zone:pgbench-accounts-index-bid to pg
22

33

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

0 commit comments

Comments
 (0)