diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2016-02-21 09:04:59 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2016-02-21 09:10:39 +0900 |
commit | 7cea53e2dcaa9100e8aab925e71fbc8a4b0c80d9 (patch) | |
tree | 329a761a0e667f2ecf4846cd2193358a77b6d4eb | |
parent | c063d3c438d745cae11170345148f03c6f42d077 (diff) |
Fix wording in the Tutorial document.
With suggentions from Tom Lane.
-rw-r--r-- | doc/src/sgml/start.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 342fdad91c5..f425598a4ef 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -340,7 +340,7 @@ mydb=> mydb=# </screen> That would mean you are a database superuser, which is most likely - the case if you installed <productname>PostgreSQL</productname> + the case if you installed the <productname>PostgreSQL</productname> instance yourself. Being a superuser means that you are not subject to access controls. For the purposes of this tutorial that is not important. |