| Path: | lib/sequel/adapters/postgres.rb |
| Last Update: | Sat Jun 02 02:04:22 +0000 2018 |
frozen-string-literal: true
| PGError | = | PG::Error if defined?(PG::Error) |
| PGconn | = | PG::Connection if defined?(PG::Connection) |
| PGresult | = | PG::Result if defined?(PG::Result) |
| USES_PG | = | true |
| USES_PG | = | false |