|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.32 2004/08/07 19:02:43 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.33 2004/08/07 19:14:45 tgl Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="managing-databases"> |
@@ -75,8 +75,7 @@ $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.32 2004/08/07 19:02:43 tgl Ex |
75 | 75 |
|
76 | 76 | <para> |
77 | 77 | Databases are created with the SQL command |
78 | | - <xref linkend="sql-createdatabase" |
79 | | - endterm="sql-createdatabase-title">:<indexterm><primary>CREATE |
| 78 | + <xref linkend="sql-createdatabase">:<indexterm><primary>CREATE |
80 | 79 | DATABASE</></> |
81 | 80 | <synopsis> |
82 | 81 | CREATE DATABASE <replaceable>name</>; |
@@ -302,8 +301,7 @@ ALTER DATABASE mydb SET geqo TO off; |
302 | 301 |
|
303 | 302 | <para> |
304 | 303 | Databases are destroyed with the command |
305 | | - <xref linkend="sql-dropdatabase" |
306 | | - endterm="sql-dropdatabase-title">:<indexterm><primary>DROP DATABASE</></> |
| 304 | + <xref linkend="sql-dropdatabase">:<indexterm><primary>DROP DATABASE</></> |
307 | 305 | <synopsis> |
308 | 306 | DROP DATABASE <replaceable>name</>; |
309 | 307 | </synopsis> |
@@ -363,9 +361,8 @@ dropdb <replaceable class="parameter">dbname</replaceable> |
363 | 361 | </para> |
364 | 362 |
|
365 | 363 | <para> |
366 | | - To define a tablespace, use the <xref linkend="sql-createtablespace" |
367 | | - endterm="sql-createtablespace-title"> command, for |
368 | | - example:<indexterm><primary>CREATE TABLESPACE</></> |
| 364 | + To define a tablespace, use the <xref linkend="sql-createtablespace"> |
| 365 | + command, for example:<indexterm><primary>CREATE TABLESPACE</></> |
369 | 366 | <programlisting> |
370 | 367 | CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data'; |
371 | 368 | </programlisting> |
|
0 commit comments