Skip to content

Commit c183de5

Browse files
Minor SEO and content changes
1 parent 669740c commit c183de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getstarted/exporting_and_importing_postgresql_data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
page_title: Exporting And Importing PostgreSQL Data
22
page_author: Risa B. (converted by Britt)
3-
page_description: Knowledge base article to instruct users on how to they can move their Postgres data
4-
page_keywords: rails database pg pgadmin dump restore import cli data export
3+
page_description: Knowledge base article to instruct users on how to they can move their Postgres data in and out their Ruby on Rails app
4+
page_keywords: rails database pg pgadmin dump restore import cli data export postgres postgresql
55

66
## Export and import Postgres data
77

@@ -43,7 +43,7 @@ __Compressed:__
4343

4444
__The variables__
4545

46-
These variables can be found in the __Database__ tab of your app. Aren't you glad you kept this open? :)
46+
These variables can be found in the __Database__ tab of your Rails app. Aren't you glad you kept this open? :)
4747

4848
* IP_ADDRESS = The IP address of your database server
4949
* DATABASE_NAME = The database name of your server. This can either be your app name or db#####.

0 commit comments

Comments
 (0)