mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
update supported version of PostgreSQL in docs [ci skip]
Follow up to #23434
This commit is contained in:
parent
49e0c4e864
commit
33681d0001
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# PostgreSQL. Versions 8.2 and up are supported.
|
||||
# PostgreSQL. Versions 9.1 and up are supported.
|
||||
#
|
||||
# Configure Using Gemfile
|
||||
# gem 'activerecord-jdbcpostgresql-adapter'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# PostgreSQL. Versions 8.2 and up are supported.
|
||||
# PostgreSQL. Versions 9.1 and up are supported.
|
||||
#
|
||||
# Install the pg driver:
|
||||
# gem install pg
|
||||
|
|
Loading…
Reference in a new issue