Tutorial document

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Tutorial document
Date: 2016-02-20 16:35:35
Message-ID: 20160221.013535.466281624267903068.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From doc/src/start.sgml:

----------------------------------------------
<screen>
mydb=#
</screen>
That would mean you are a database superuser, which is most likely
the case if you installed <productname>PostgreSQL</productname>
yourself. Being a superuser means that you are not subject to
access controls. For the purposes of this tutorial that is not
important.
</para>
----------------------------------------------

"most likely the case if you installed
<productname>PostgreSQL</productname> yourself" sounds a little bit
strange to me because even if you installed PostgreSQL yourself, you
are not neccearily a PostgreSQL superuser. If you executed initdb,
then you could be a PostgreSQL superuser.

What about changing the line to:

"most likely the case if you installed
<productname>PostgreSQL</productname> instance yourself"

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-02-20 16:48:21 Re: Tutorial document
Previous Message Vitalii Tymchyshyn 2016-02-20 16:29:09 Re: JDBC behaviour