From 5c1ce0e595b471d188b9be25eba0b51e4365c220 Mon Sep 17 00:00:00 2001 From: Robbie Page Date: Wed, 17 Oct 2018 22:16:12 -0400 Subject: [PATCH] Update postgresql.md Minor grammar and punctuation updates --- docs/postgresql.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/postgresql.md b/docs/postgresql.md index fcd809d9..505a1780 100644 --- a/docs/postgresql.md +++ b/docs/postgresql.md @@ -1,6 +1,6 @@ # PostgreSQL -This script installs PostgreSQL and it's dependencies for use with the +This script installs PostgreSQL and its dependencies for use with the [recorder][recorder] component in Home Assistant. No database or database user is created during this setup and will need to be created manually. @@ -12,13 +12,13 @@ sudo hassbian-config install postgresql ## Upgrade -No script available, maybe you could write one? -If so, add an PR here when you are done: +No script available. Maybe you could write one? +If so, add a PR here when you are done: [homeassistant/hassbian-scripts][repo] ## Additional info -Example for creating database: +Example of how to create the database: ```sql sudo mysql -u root -p