Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc71e3de

Browse files
committed
Improve markup a little.
1 parentc2f14a7 commitc71e3de

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

‎doc/src/sgml/manage-ag.sgml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<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
7575

7676
<para>
7777
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
8079
DATABASE</></>
8180
<synopsis>
8281
CREATE DATABASE <replaceable>name</>;
@@ -302,8 +301,7 @@ ALTER DATABASE mydb SET geqo TO off;
302301

303302
<para>
304303
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</></>
307305
<synopsis>
308306
DROP DATABASE <replaceable>name</>;
309307
</synopsis>
@@ -363,9 +361,8 @@ dropdb <replaceable class="parameter">dbname</replaceable>
363361
</para>
364362

365363
<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</></>
369366
<programlisting>
370367
CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
371368
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp