summaryrefslogtreecommitdiff
path: root/doc/src
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:04:59 +0900
commit902fd1f4e2457f6f04a988920491fffb90028035 (patch)
tree80e636d2fbd5b5934e7498cf97689ab3552c7d4c /doc/src
parent740d71842b8e0e798c80f4f841227b6de81b5f43 (diff)
Fix wording in the Tutorial document.
With suggentions from Tom Lane.
Diffstat (limited to 'doc/src')
-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 b4cb7981be3..e06337aa0e4 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -339,7 +339,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.