We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7450c commit e832fd2Copy full SHA for e832fd2
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