You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/postgres/index.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,18 @@ rewite: true
4
4
redirect_from:
5
5
- '/connections/warehouses/catalog/postgres/'
6
6
---
7
-
PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance. As a database server, its primary functions are to store data securely and return that data in response to requests from other software applications. It can handle workloads ranging from small single-machine applications to large Internet-facing applications (or for data warehousing) with many concurrent users. PostgreSQL is the default database on macOS Server, and it is also available for Microsoft Windows and Linux (supplied in most distributions).
7
+
PostgreSQL, or Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance. As a database server, its primary functions are to store data securely and return that data in response to requests from other software applications.
8
8
9
9
PostgreSQL is ACID-compliant and transactional. PostgreSQL has updatable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability. Developed by the PostgreSQL Global Development Group, free and open-source.
10
10
11
-
This document was last updated on April, 2018. If you notice any gaps, out-dated information or simply want to leave some feedback to help us improve our documentation, [let us know](https://segment.com/help/contact)!
12
-
13
11
## Getting started
14
-
Find below a selection of options on how to create your Postgres warehouse.
12
+
Segment supports the following Postgres database providers:
13
+
-[Heroku](#heroku-postgres)
14
+
-[RDS](#rds-postgres)
15
+
-[Compose](#compose-postgres)
16
+
17
+
> warning ""
18
+
> Segment supports only these Postgres databases. Postgres databases from other providers are not guaranteed to work. For questions or concerns, contact [Segment Support](https://segment.com/help/contact){:target="_blank"}
15
19
16
20
### Heroku Postgres
17
21
@@ -39,11 +43,11 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
39
43
40
44
5. Choose your plan.
41
45
42
-
When you click **Create Database**, a modal appears with your plan choices. Depending on your needs, some plans may be more suitable than others - for example, more expensive plans generally have better performance and more storage. We recommend that new customers start with the "Standard 4" plan.
46
+
When you click **Create Database**, a modal appears with your plan choices. Depending on your needs, some plans may be more suitable than others - for example, more expensive plans generally have better performance and more storage. Segment recommends that new customers start with the "Standard 4" plan.
43
47
44
-
In addition, for the fastest sync times, we recommend that you choose the US East region. If you must store data elsewhere, let us know.
48
+
For the fastest sync times, choose the US East region.
45
49
46
-
After you are done configuring these settings, click in "Login to Install" and/or "Visit Heroku Dashboard to create your first app".
50
+
After you configur these settings, click "Login to Install" and/or "Visit Heroku Dashboard to create your first app".
47
51
48
52

49
53
@@ -53,7 +57,7 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
53
57
54
58
7. Click **Provision** and wait for the database provisioning to complete
55
59
56
-
Click on the "Heroku Postgres :: Database". After a few moments, the database should shift into the Available state.
60
+
Click the "Heroku Postgres :: Database". The database should shift into the Available state.
57
61
58
62

59
63
@@ -75,11 +79,11 @@ As a supplement to this guide, Amazon has created an official guide to [setting
75
79
76
80
2. Open the RDS Console.
77
81
78
-
Go to the [RDS console](https://console.aws.amazon.com/rds/) when you are logged in to AWS.
82
+
Log in to AWS and navigate to the [RDS console](https://console.aws.amazon.com/rds/).
79
83
80
84
3. Select the region you'd like to place the database in.
81
85
82
-
In the top right-hand corner of the console, you should see a drop-down with the available AWS regions. We suggest putting your database in `US West`for the best performance.
86
+
In the top right-hand corner of the console, you should see a drop-down with the available AWS regions. For best performance, put the database in the `US West`region.
0 commit comments