diff options
author | Carl Lerche <me@carllerche.com> | 2010-10-13 11:49:32 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2010-10-13 11:49:32 -0700 |
commit | 0b6af35ef0647cf346bc7e274fc49da64f790ab0 (patch) | |
tree | 632292e8067b75911ff23145cdcd1262e9e14de4 /activerecord/lib/active_record/connection_adapters | |
parent | 941844cbe503c312692e2f78d61abaca5b4896b1 (diff) | |
download | rails-0b6af35ef0647cf346bc7e274fc49da64f790ab0.tar.gz rails-0b6af35ef0647cf346bc7e274fc49da64f790ab0.tar.bz2 rails-0b6af35ef0647cf346bc7e274fc49da64f790ab0.zip |
Update the PostgreSQL adapter documentation
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters')
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb index 8fbddb13bd..dce9e99d27 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb @@ -180,8 +180,6 @@ module ActiveRecord # <encoding></tt> call on the connection. # * <tt>:min_messages</tt> - An optional client min messages that is used in a # <tt>SET client_min_messages TO <min_messages></tt> call on the connection. - # * <tt>:allow_concurrency</tt> - If true, use async query methods so Ruby threads don't deadlock; - # otherwise, use blocking query methods. class PostgreSQLAdapter < AbstractAdapter class TableDefinition < ActiveRecord::ConnectionAdapters::TableDefinition def xml(*args) |