Skip to content

Commit 088db46

Browse files
committed
Reorganizing sentences [DOC-504]
1 parent 03f0231 commit 088db46

File tree

1 file changed

+1
-3
lines changed
  • src/connections/storage/catalog/postgres

1 file changed

+1
-3
lines changed

src/connections/storage/catalog/postgres/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
7171

7272
You can set up a Postgres database with Amazon Relational Database Service (RDS). RDS simplifies the process of setting up and administering a Postgres database.
7373

74-
To get started, create a new PostgreSQL database in RDS by following the steps in Amazon's documentation, [Creating a PostgreSQL DB instance and connecting to a database on a PostgreSQL DB instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.PostgreSQL.html).
74+
Create a new PostgreSQL database in RDS by following the steps in Amazon's documentation, [Creating a PostgreSQL DB instance and connecting to a database on a PostgreSQL DB instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.PostgreSQL.html). For best performance, create your database in the `US West` region.
7575

7676
> warning "Ensure your database is publicly accessible"
7777
> When creating your database, ensure that the **Public access** setting is set to **Yes**. Making your database publicly accessible allows the Segment app to connect to your database.
7878
79-
For best performance, create your database in the `US West` region.
80-
8179
When creating your database, Segment recommends entering a **Database name** value in the **Additional options** section. This setting creates the Postgres database at instance startup. The database name is restricted to alphanumeric characters, and must be 64 characters or less.
8280

8381
#### Network Permissions for Segment to RDS

0 commit comments

Comments
 (0)