aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_postgresql.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-03 22:22:20 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-03 22:24:29 +0900
commit33681d000147d8249d7e59bcc2189140c0831e7e (patch)
tree4e577495021d72dc2e1e44c354633309aede7f7f /guides/source/active_record_postgresql.md
parent49e0c4e8642a0160bd01c4490b4babe89108da48 (diff)
downloadrails-33681d000147d8249d7e59bcc2189140c0831e7e.tar.gz
rails-33681d000147d8249d7e59bcc2189140c0831e7e.tar.bz2
rails-33681d000147d8249d7e59bcc2189140c0831e7e.zip
update supported version of PostgreSQL in docs [ci skip]
Follow up to #23434
Diffstat (limited to 'guides/source/active_record_postgresql.md')
-rw-r--r--guides/source/active_record_postgresql.md2
1 files changed, 1 insertions, 1 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