diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-02-12 16:38:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-02-12 16:38:04 +0000 |
commit | 209e866a5abbf11f2df4b33efd29afb7922d4fc6 (patch) | |
tree | 1d6347cb3c7ba169f975a75d569feab08aee4311 | |
parent | 43d37a81dd1495ee37e7aa16e4887f52b81fefbb (diff) | |
download | postgresql-209e866a5abbf11f2df4b33efd29afb7922d4fc6.tar.gz postgresql-209e866a5abbf11f2df4b33efd29afb7922d4fc6.zip |
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)
-rw-r--r-- | doc/src/sgml/start.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 33347a5af8e..ac5111679ef 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -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"> @@ -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 <productname>PostgreSQL</productname> user account that has the 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 also specify the <option>-U</option> option everywhere to select a <productname>PostgreSQL</productname> user name to connect as. |