projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26149e9
)
Fix documentation typo.
author
Neil Conway
<neilc@samurai.com>
Fri, 22 Oct 2004 14:12:41 +0000
(14:12 +0000)
committer
Neil Conway
<neilc@samurai.com>
Fri, 22 Oct 2004 14:12:41 +0000
(14:12 +0000)
doc/src/sgml/ref/create_database.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_database.sgml
b/doc/src/sgml/ref/create_database.sgml
index 071db1d06db16bb0dce0ab4f4542a6335dcbc9ba..21f45f98a9297204d99f917f1e7e727a68884cbc 100644
(file)
--- a/
doc/src/sgml/ref/create_database.sgml
+++ b/
doc/src/sgml/ref/create_database.sgml
@@
-1,5
+1,5
@@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.4
1 2004/07/17 16:33:31 tgl
Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.4
2 2004/10/22 14:12:41 neilc
Exp $
PostgreSQL documentation
-->
@@
-173,7
+173,7
@@
CREATE DATABASE lusiadas;
</para>
<para>
- To create a database <literal>sales</> owned by user <literal>salesapp</>
>
+ To create a database <literal>sales</> owned by user <literal>salesapp</>
with a default tablespace of <literal>salesspace</>:
<programlisting>