module
ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
v7.1.3.4 -
Show latest stable
No documentation available for this module.
Constants
HIGH_PRECISION_CURRENT_TIMESTAMP = Arel.sql("CURRENT_TIMESTAMP").freeze # :nodoc:
IDLE_TRANSACTION_STATUSES = [PG::PQTRANS_IDLE, PG::PQTRANS_INTRANS, PG::PQTRANS_INERROR]
READ_QUERY = ActiveRecord::ConnectionAdapters::AbstractAdapter.build_read_query_regexp(\n:close, :declare, :fetch, :move, :set, :show\n)
Files
- activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb