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
diff --git a/README.md b/README.md
index b2e0050..6cda3eb 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ installation listening on port 8080:
63 juju expose python-django63 juju expose python-django
6464
6565
66# Interacting with the Postgresql Service66# Interacting with the PostgreSQL Service
6767
68## Client Charms68## Client Charms
6969
@@ -99,7 +99,7 @@ The PostgreSQL units will eventually provide the following attributes on
99the `db` and `db-admin` relations:99the `db` and `db-admin` relations:
100100
101* `master` - The libpq connection string to the master database101* `master` - The libpq connection string to the master database
102* `standbys` - A newline separted list of libpq connection strings to102* `standbys` - A newline-separated list of libpq connection strings to
103 the standby databases. This will be empty if there is only a single103 the standby databases. This will be empty if there is only a single
104 master unit.104 master unit.
105105
@@ -117,13 +117,13 @@ client service and inaccessible to other users. To share data, it
117is best to create new roles, grant the relevant permissions and object117is best to create new roles, grant the relevant permissions and object
118ownership to the new roles and finally grant these roles to the users118ownership to the new roles and finally grant these roles to the users
119your services can connect as. This also makes disaster recovery easier.119your services can connect as. This also makes disaster recovery easier.
120If you restore a database into an indentical Juju environment, then120If you restore a database into an identical Juju environment, then
121the service names and usernames will be the same and database permissions121the service names and usernames will be the same and database permissions
122will match. However, if you restore a database into an environment122will match. However, if you restore a database into an environment
123with different client service names then the usernames will not match123with different client service names then the usernames will not match
124and the new users not have access to your data.124and the new users not have access to your data.
125125
126Learn about the SQL `GRANT` statement in the excellect [PostgreSQL126Learn about the SQL `GRANT` statement in the excellent [PostgreSQL
127reference guide][3].127reference guide][3].
128128
129129

Subscribers

People subscribed via source and target branches

to all changes: