pg guide, move introductory sentences into main content. [ci skip]

This is a reaction to 7ca75f3789 (commitcomment-6303828)
This commit is contained in:
Yves Senn 2014-05-19 09:14:58 +02:00
parent d29074af7a
commit e153fbfe63
1 changed files with 7 additions and 7 deletions

View File

@ -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
---------