mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Remove unnecessary xref endterm attributes and title ids
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.53 2009/09/19 10:23:26 petere Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.54 2010/04/03 07:22:58 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
<refentry id="SQL-CREATEDATABASE">
|
||||
<refmeta>
|
||||
<refentrytitle id="sql-createdatabase-title">CREATE DATABASE</refentrytitle>
|
||||
<refentrytitle>CREATE DATABASE</refentrytitle>
|
||||
<manvolnum>7</manvolnum>
|
||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||
</refmeta>
|
||||
@@ -43,7 +43,7 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
|
||||
<para>
|
||||
To create a database, you must be a superuser or have the special
|
||||
<literal>CREATEDB</> privilege.
|
||||
See <xref linkend="SQL-CREATEUSER" endterm="SQL-CREATEUSER-title">.
|
||||
See <xref linkend="SQL-CREATEUSER">.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -147,7 +147,7 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
|
||||
template database's tablespace. This
|
||||
tablespace will be the default tablespace used for objects
|
||||
created in this database. See
|
||||
<xref linkend="sql-createtablespace" endterm="sql-createtablespace-title">
|
||||
<xref linkend="sql-createtablespace">
|
||||
for more information.
|
||||
</para>
|
||||
</listitem>
|
||||
@@ -185,11 +185,11 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Use <xref linkend="SQL-DROPDATABASE" endterm="SQL-DROPDATABASE-title"> to remove a database.
|
||||
Use <xref linkend="SQL-DROPDATABASE"> to remove a database.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The program <xref linkend="APP-CREATEDB" endterm="APP-CREATEDB-title"> is a
|
||||
The program <xref linkend="APP-CREATEDB"> is a
|
||||
wrapper program around this command, provided for convenience.
|
||||
</para>
|
||||
|
||||
@@ -287,8 +287,8 @@ CREATE DATABASE music ENCODING 'LATIN1' TEMPLATE template0;
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-alterdatabase" endterm="sql-alterdatabase-title"></member>
|
||||
<member><xref linkend="sql-dropdatabase" endterm="sql-dropdatabase-title"></member>
|
||||
<member><xref linkend="sql-alterdatabase"></member>
|
||||
<member><xref linkend="sql-dropdatabase"></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user