mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
update docs - disabling prepared statements is not connected to managing connections externally [ci skip]
This commit is contained in:
parent
cd50b60431
commit
50b1399b31
1 changed files with 2 additions and 1 deletions
|
@ -525,7 +525,8 @@ development:
|
|||
password:
|
||||
</yaml>
|
||||
|
||||
If you use external connection pool manager, you can disable prepared statements in rails:
|
||||
Prepared Statements can be disabled thus:
|
||||
|
||||
<yaml>
|
||||
production:
|
||||
adapter: postgresql
|
||||
|
|
Loading…
Reference in a new issue