1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix wording in the Tutorial document.

With suggentions from Tom Lane.
This commit is contained in:
Tatsuo Ishii
2016-02-21 09:04:59 +09:00
parent 740d71842b
commit 902fd1f4e2

View File

@ -339,7 +339,7 @@ mydb=>
mydb=# mydb=#
</screen> </screen>
That would mean you are a database superuser, which is most likely 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 yourself. Being a superuser means that you are not subject to
access controls. For the purposes of this tutorial that is not access controls. For the purposes of this tutorial that is not
important. important.