mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update the PostgreSQL adapter documentation
This commit is contained in:
parent
941844cbe5
commit
0b6af35ef0
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue