diff options
author | Tatsuo Ishii | 2016-02-21 00:04:59 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2016-02-21 00:04:59 +0000 |
commit | 902fd1f4e2457f6f04a988920491fffb90028035 (patch) | |
tree | 80e636d2fbd5b5934e7498cf97689ab3552c7d4c | |
parent | 740d71842b8e0e798c80f4f841227b6de81b5f43 (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 b4cb7981be..e06337aa0e 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -339,7 +339,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. |