mirror of
https://github.com/postgres/postgres.git
synced 2025-10-30 00:04:49 -04:00
Fix typo:
On Mon, 2004-01-26 at 21:28, Peter Eisentraut wrote:
> Christophe Combelles wrote:
> > At the bottom of this doc file :
> > file:///usr/share/doc/postgresql-doc/html/tutorial-createdb.html
> > "and it also happens that that user always has permission"
> > ---- x2
> The first "that" serves as a conjuction, the second one serves as an
> article. Looks correct to me.
A better workaround for the sentence would be something like:
"and it also happens that the user always has permission"
Looks easier to read, I think.
Enver ALTIN (a.k.a. skyblue)
This commit is contained in:
parent
43d37a81dd
commit
209e866a5a
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.33 2003/11/29 19:51:37 pgsql Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.34 2004/02/12 16:38:04 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="tutorial-start">
|
<chapter id="tutorial-start">
|
||||||
@ -218,7 +218,7 @@ createdb: database creation failed: ERROR: permission denied to create database
|
|||||||
operating system account. As it happens, there will always be a
|
operating system account. As it happens, there will always be a
|
||||||
<productname>PostgreSQL</productname> user account that has the
|
<productname>PostgreSQL</productname> user account that has the
|
||||||
same name as the operating system user that started the server,
|
same name as the operating system user that started the server,
|
||||||
and it also happens that that user always has permission to
|
and it also happens that the user always has permission to
|
||||||
create databases. Instead of logging in as that user you can
|
create databases. Instead of logging in as that user you can
|
||||||
also specify the <option>-U</option> option everywhere to select
|
also specify the <option>-U</option> option everywhere to select
|
||||||
a <productname>PostgreSQL</productname> user name to connect as.
|
a <productname>PostgreSQL</productname> user name to connect as.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user