Skip to content

Commit 6d587eb

Browse files
authored
Update README.md
1 parent 49b21e6 commit 6d587eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The current setup is for [Fedora Linux 25](https://fedoraproject.org/). It shoul
88

99
Note that with PostgreSQL on Linux, there are two sets of users, Linux users and PostgreSQL database users, often called 'roles' in PostgreSQL jargon. For most desktop installations, things are easier if they are mapped one-to-one. That is, the PostgreSQL role `znmeb` is the same person as the Linux user `znmeb`.
1010

11-
When PostgreSQL is installed and configured, there will be a `postgres` Linux user. And there will be a `postgres` database role (user) inside the PostgreSQL database. This database user has `superuser` powers - it can create other users and in general mess with stuff inside PostgreSQL just like `root` can on a Linux system.
11+
When PostgreSQL is installed and configured, there will be a `postgres` Linux user. And there will be a `postgres` database role (user) inside the PostgreSQL database. This database user has superuser privileges - it can create other users and in general mess with stuff inside PostgreSQL just like `root` can on a Linux system.
1212

1313
1. Create `geocoder` database with owner `postgres`
1414
```

0 commit comments

Comments
 (0)