diff options
author | Harry Marr <harry.marr@gmail.com> | 2015-10-29 12:03:43 +0000 |
---|---|---|
committer | Harry Marr <harry.marr@gmail.com> | 2015-10-29 12:03:43 +0000 |
commit | d05bfa82ae1bb6dfb6dd4c4a7e089eff456cf4af (patch) | |
tree | 87f1eb7b627474d6857e5e11b0e022642418717c /railties/lib/rails/generators | |
parent | a456acb2f2af8365eb9151c7cd2d5a10c189d191 (diff) | |
download | rails-d05bfa82ae1bb6dfb6dd4c4a7e089eff456cf4af.tar.gz rails-d05bfa82ae1bb6dfb6dd4c4a7e089eff456cf4af.tar.bz2 rails-d05bfa82ae1bb6dfb6dd4c4a7e089eff456cf4af.zip |
Check standard_conforming_strings is not readonly
In Postgres 8.1 the standard_conforming_strings setting was read-only,
meaning you got an error if you tried to update it. By filtering on
`context = 'user'` we only try to update the setting if it's
user-writable[1].
[1]: http://www.postgresql.org/docs/9.4/static/view-pg-settings.html
Diffstat (limited to 'railties/lib/rails/generators')
0 files changed, 0 insertions, 0 deletions