diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-07-05 10:43:34 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-07-05 11:32:31 -0700 |
commit | a990b1223b88e5424addb5c5c3b1836423a77515 (patch) | |
tree | cb0a89f95948f60e228d2cc204ae7b45bdc1181b /railties/guides/source/command_line.textile | |
parent | b27871a66fc1568dba08a4fbc1e6f20dec5dccab (diff) | |
download | rails-a990b1223b88e5424addb5c5c3b1836423a77515.tar.gz rails-a990b1223b88e5424addb5c5c3b1836423a77515.tar.bz2 rails-a990b1223b88e5424addb5c5c3b1836423a77515.zip |
updating pg supported versions docco. fixes #1959
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index b0edc1017d..9e3b25d794 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -507,7 +507,7 @@ We had to create the *gitapp* directory and initialize an empty git repository b <shell> $ cat config/database.yml -# PostgreSQL. Versions 7.4 and 8.x are supported. +# PostgreSQL. Versions 8.2 and up are supported. # # Install the ruby-postgres driver: # gem install ruby-postgres |