Module: RedshiftPG

Defined in:
lib/redshift_pg/connection.rb,
lib/redshift_pg/redshift_pg.rb

Defined Under Namespace

Classes: Connection

Constant Summary collapse

USER_ERROR_CLASSES =
[
  PG::UndefinedTable,
  PG::SyntaxError,
  PG::GroupingError,
  PG::AmbiguousColumn,
  PG::InternalError,
  PG::UndefinedColumn,
  PG::DatatypeMismatch,
  PG::QueryCanceled,
  PG::InternalError,
  PG::NumericValueOutOfRange,
  PG::UndefinedFunction
]