We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff6780 commit 88be55aCopy full SHA for 88be55a
deploy/pgbench-accounts-index-bid.sql
@@ -1,4 +1,4 @@
1
-- Deploy green-zone:pgbench-accounts-index-bid to pg
2
3
4
-create index /*concurrently*/ bid_idx on pgbench_accounts(bid);
+create index concurrently bid_idx on pgbench_accounts(bid);
0 commit comments