Merge ~mthaddon/postgresql-charm/+git/postgresql-charm:readme-typos into postgresql-charm:master

Proposed by Tom Haddon
Status: Merged
Approved by: Tom Haddon
Approved revision: 8fe8d7b1e3a25e17f90c1e070596df305756d1d5
Merged at revision: ec99d10c31d7dfa8281ae49c8697dfdebab2548c
Proposed branch: ~mthaddon/postgresql-charm/+git/postgresql-charm:readme-typos
Merge into: postgresql-charm:master
Diff against target: 36 lines (+4/-4)
1 file modified
README.md (+4/-4)
Reviewer Review Type Date Requested Status
David Britton (community) Approve
Stuart Bishop (community) Approve
Canonical IS Reviewers Pending
Review via email: mp+405922@code.launchpad.net

Commit message

Some small typo fixes in the README

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Stuart Bishop (stub) wrote :

Yup

review: Approve
Revision history for this message
David Britton (dpb) wrote :

+1

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision ec99d10c31d7dfa8281ae49c8697dfdebab2548c

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/README.md b/README.md
2index b2e0050..6cda3eb 100644
3--- a/README.md
4+++ b/README.md
5@@ -63,7 +63,7 @@ installation listening on port 8080:
6 juju expose python-django
7
8
9-# Interacting with the Postgresql Service
10+# Interacting with the PostgreSQL Service
11
12 ## Client Charms
13
14@@ -99,7 +99,7 @@ The PostgreSQL units will eventually provide the following attributes on
15 the `db` and `db-admin` relations:
16
17 * `master` - The libpq connection string to the master database
18-* `standbys` - A newline separted list of libpq connection strings to
19+* `standbys` - A newline-separated list of libpq connection strings to
20 the standby databases. This will be empty if there is only a single
21 master unit.
22
23@@ -117,13 +117,13 @@ client service and inaccessible to other users. To share data, it
24 is best to create new roles, grant the relevant permissions and object
25 ownership to the new roles and finally grant these roles to the users
26 your services can connect as. This also makes disaster recovery easier.
27-If you restore a database into an indentical Juju environment, then
28+If you restore a database into an identical Juju environment, then
29 the service names and usernames will be the same and database permissions
30 will match. However, if you restore a database into an environment
31 with different client service names then the usernames will not match
32 and the new users not have access to your data.
33
34-Learn about the SQL `GRANT` statement in the excellect [PostgreSQL
35+Learn about the SQL `GRANT` statement in the excellent [PostgreSQL
36 reference guide][3].
37
38

Subscribers

People subscribed via source and target branches

to all changes: