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 93c3583 commit ac3979eCopy full SHA for ac3979e
1 file changed
src/middle-pgsql.cpp
@@ -1603,11 +1603,11 @@ static table_sql sql_for_relations_format2()
1603
" FROM jsonb_array_elements($1) AS el"
1604
" WHERE el->>'type' = $2"
1605
"$$ LANGUAGE SQL IMMUTABLE",
1606
- "CREATE INDEX \"{prefix}_rels_node_members\""
+ "CREATE INDEX \"{prefix}_rels_node_members_idx\""
1607
" ON {schema}\"{prefix}_rels\" USING GIN"
1608
" (({schema}\"{prefix}_member_ids\"(members, 'N'::char)))"
1609
" WITH (fastupdate = off) {index_tablespace}",
1610
- "CREATE INDEX \"{prefix}_rels_way_members\""
+ "CREATE INDEX \"{prefix}_rels_way_members_idx\""
1611
1612
" (({schema}\"{prefix}_member_ids\"(members, 'W'::char)))"
1613
" WITH (fastupdate = off) {index_tablespace}"};
0 commit comments