# File lib/arel/engines/sql/compilers/postgresql_compiler.rb, line 45 def supports_insert_with_returning? engine.connection.send(:postgresql_version) >= 80200 end