instance method
extensions
Ruby on Rails 7.1.6
Since v4.0.13Signature
extensions()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 497
def extensions
internal_exec_query("SELECT extname FROM pg_extension", "SCHEMA", allow_retry: true, materialize_transactions: false).cast_values
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 497
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter