11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.10 2002/04/23 02:07:16 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.11 2002/11/21 23:34:43 petere Exp $
33PostgreSQL documentation
44-->
55
66<refentry id="SQL-CREATETABLEAS">
77 <refmeta>
8- <refentrytitle>CREATE TABLE AS</refentrytitle>
8+ <refentrytitle id="sql-createtableas-title" >CREATE TABLE AS</refentrytitle>
99 <refmiscinfo>SQL - Language Statements</refmiscinfo>
1010 </refmeta>
1111
@@ -57,7 +57,7 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
5757 <listitem>
5858 <para>
5959 If specified, the table is created as a temporary table.
60- Refer to <xref linkend="sql-createtable"> for details.
60+ Refer to <xref linkend="sql-createtable" endterm="sql-createtable-title" > for details.
6161 </para>
6262 </listitem>
6363 </varlistentry>
@@ -89,7 +89,7 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
8989 <para>
9090 A query statement (that is, a <command>SELECT</command>
9191 command). Refer to
92- <xref linkend="sql-select">
92+ <xref linkend="sql-select" endterm="sql-select-title" >
9393 for a description of the allowed syntax.
9494 </para>
9595 </listitem>
@@ -101,8 +101,8 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
101101 <title>Diagnostics</title>
102102
103103 <para>
104- Refer to <xref linkend="sql-createtable"> and
105- <xref linkend="sql-select">
104+ Refer to <xref linkend="sql-createtable" endterm="sql-createtable-title" > and
105+ <xref linkend="sql-select" endterm="sql-select-title" >
106106 for a summary of possible output messages.
107107 </para>
108108 </refsect1>
@@ -112,7 +112,7 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
112112
113113 <para>
114114 This command is functionally equivalent to <xref
115- linkend="sql-selectinto">, but it is preferred since it is less
115+ linkend="sql-selectinto" endterm="sql-selectinto-title" >, but it is preferred since it is less
116116 likely to be confused with other uses of the <command>SELECT
117117 ... INTO</command> syntax.
118118 </para>
@@ -143,10 +143,10 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
143143 <title>See Also</title>
144144
145145 <simplelist type="inline">
146- <member><xref linkend="sql-createtable"></member>
147- <member><xref linkend="sql-createview"></member>
148- <member><xref linkend="sql-select"></member>
149- <member><xref linkend="sql-selectinto"></member>
146+ <member><xref linkend="sql-createtable" endterm="sql-createtable-title" ></member>
147+ <member><xref linkend="sql-createview" endterm="sql-createview-title" ></member>
148+ <member><xref linkend="sql-select" endterm="sql-select-title" ></member>
149+ <member><xref linkend="sql-selectinto" endterm="sql-selectinto-title" ></member>
150150 </simplelist>
151151 </refsect1>
152152
0 commit comments