We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0fc21 commit f335a20Copy full SHA for f335a20
deploy/initial.sql
@@ -7,4 +7,4 @@ create table abc (a int);
7
8
commit;
9
10
-create index pgbench_accounts_no_concurrently.idx on pgbench_accounts (bid);
+create index pgbench_accounts_no_concurrently_idx on pgbench_accounts (bid);
0 commit comments