Skip to content

Commit 94b2211

Browse files
committed
[postgresql] support partitioned indexes
1 parent ddb5c5b commit 94b2211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/arjdbc/postgresql/adapter.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ def supports_partial_index?
213213
true
214214
end
215215

216+
def supports_partitioned_indexes?
217+
database_version >= 110_000
218+
end
219+
216220
def supports_expression_index?
217221
true
218222
end

0 commit comments

Comments
 (0)