Class | ActiveRecord::ConnectionAdapters::PostgreSQLAdapter |
In: |
lib/active_record/connection_adapters/postgresql_adapter.rb
|
Parent: | AbstractAdapter |
The PostgreSQL adapter works both with the C-based (www.postgresql.jp/interfaces/ruby/) and the Ruby-base (available both as gem and from rubyforge.org/frs/?group_id=234&release_id=1145) drivers.
Options:
BYTEA_COLUMN_TYPE_OID | = | 17 |
Set the schema search path to a string of comma-separated schema names. Names beginning with $ are quoted (e.g. $user => ’$user’) See www.postgresql.org/docs/8.0/interactive/ddl-schemas.html