projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f14a7
)
Improve markup a little.
author
Tom Lane
Sat, 7 Aug 2004 19:14:45 +0000
(19:14 +0000)
committer
Tom Lane
Sat, 7 Aug 2004 19:14:45 +0000
(19:14 +0000)
doc/src/sgml/manage-ag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/manage-ag.sgml
b/doc/src/sgml/manage-ag.sgml
index 4ee4c9896c8bf5a5eac8224a713b52de98823c3c..52cc28c7994f18ec1b69b9ccec302e1c6c5b018a 100644
(file)
--- a/
doc/src/sgml/manage-ag.sgml
+++ b/
doc/src/sgml/manage-ag.sgml
@@
-1,5
+1,5
@@
@@
-75,8
+75,7
@@
$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.32 2004/08/07 19:02:43 tgl Ex
Databases are created with the SQL command
-
- endterm="sql-createdatabase-title">:
CREATE
+
:
CREATE
DATABASE>>
CREATE DATABASE
name>;
@@
-302,8
+301,7
@@
ALTER DATABASE mydb SET geqo TO off;
Databases are destroyed with the command
-
- endterm="sql-dropdatabase-title">:
DROP DATABASE>>
+
:
DROP DATABASE>>
DROP DATABASE
name>;
@@
-363,9
+361,8
@@
dropdb
dbname
- To define a tablespace, use the
- endterm="sql-createtablespace-title"> command, for
- example:
CREATE TABLESPACE>>
+ To define a tablespace, use the
+ command, for example:
CREATE TABLESPACE>>
CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';