summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2016-02-21 09:04:59 +0900
committerTatsuo Ishii <ishii@postgresql.org>2016-02-21 09:09:21 +0900
commit5c4973118755c6294a1c823bb95427dadbb1c28e (patch)
treeb33c629f553e7e9ff678f6ec407535d9ebd8a93d
parent6830cae5f862276a52dc8a50edf1d34996539a3c (diff)
Fix wording in the Tutorial document.
With suggentions from Tom Lane.
-rw-r--r--doc/src/sgml/start.sgml2
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=&gt;
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.