diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-05-19 09:14:58 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-05-19 09:14:58 +0200 |
commit | e153fbfe636459a3246f0dfa5fff84157827ca21 (patch) | |
tree | eea03f8f6cadbcc405198f336c8db1bbd383beca | |
parent | d29074af7a3da82ec4bab4f96ab802edeaa1cdb4 (diff) | |
download | rails-e153fbfe636459a3246f0dfa5fff84157827ca21.tar.gz rails-e153fbfe636459a3246f0dfa5fff84157827ca21.tar.bz2 rails-e153fbfe636459a3246f0dfa5fff84157827ca21.zip |
pg guide, move introductory sentences into main content. [ci skip]
This is a reaction to https://github.com/rails/rails/commit/7ca75f3789e316b6f3dc1f8000ec4f85c8ba32ea#commitcomment-6303828
-rw-r--r-- | guides/source/active_record_postgresql.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md index 8278bb5c0f..b69c8dbb7a 100644 --- a/guides/source/active_record_postgresql.md +++ b/guides/source/active_record_postgresql.md @@ -3,13 +3,6 @@ Active Record and PostgreSQL This guide covers PostgreSQL specific usage of Active Record. -In order to use the PostgreSQL adapter you need to have at least version 8.2 -installed. Older versions are not supported. - -To get started with PostgreSQL have a look at the -[configuring Rails guide](configuring.html#configuring-a-postgresql-database). -It describes how to properly setup Active Record for PostgreSQL. - After reading this guide, you will know: * How to use PostgreSQL's datatypes. @@ -18,6 +11,13 @@ After reading this guide, you will know: -------------------------------------------------------------------------------- +In order to use the PostgreSQL adapter you need to have at least version 8.2 +installed. Older versions are not supported. + +To get started with PostgreSQL have a look at the +[configuring Rails guide](configuring.html#configuring-a-postgresql-database). +It describes how to properly setup Active Record for PostgreSQL. + Datatypes --------- |