diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-02-03 14:26:32 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-02-03 14:26:32 +0100 |
commit | 2144c75cf2c5d3296c8935f913cd8fa4e160457b (patch) | |
tree | 8b0ab4737669cea30eb3fb15343e63583b8d9c7d /guides/source | |
parent | 887eaa8689b5c6a40d42d99116298a7f6ba8853e (diff) | |
parent | 33681d000147d8249d7e59bcc2189140c0831e7e (diff) | |
download | rails-2144c75cf2c5d3296c8935f913cd8fa4e160457b.tar.gz rails-2144c75cf2c5d3296c8935f913cd8fa4e160457b.tar.bz2 rails-2144c75cf2c5d3296c8935f913cd8fa4e160457b.zip |
Merge pull request #23447 from y-yagi/update_pg_supported_version_in_docs
update supported version of PostgreSQL in docs [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_record_postgresql.md | 2 | ||||
-rw-r--r-- | guides/source/command_line.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md index 68c6a77882..5eb19f5214 100644 --- a/guides/source/active_record_postgresql.md +++ b/guides/source/active_record_postgresql.md @@ -14,7 +14,7 @@ After reading this guide, you will know: -------------------------------------------------------------------------------- -In order to use the PostgreSQL adapter you need to have at least version 8.2 +In order to use the PostgreSQL adapter you need to have at least version 9.1 installed. Older versions are not supported. To get started with PostgreSQL have a look at the diff --git a/guides/source/command_line.md b/guides/source/command_line.md index e25992fdef..e87ed02ca5 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -618,7 +618,7 @@ We had to create the **gitapp** directory and initialize an empty git repository ```bash $ cat config/database.yml -# PostgreSQL. Versions 8.2 and up are supported. +# PostgreSQL. Versions 9.1 and up are supported. # # Install the pg driver: # gem install pg |