Doc patch to See Also: CREATE TABLE AS in CREATE TABLE docs

Started by Karl O. Pincover 13 years ago2 messages
#1Karl O. Pinc
kop@meme.com
1 attachment(s)

Hi,

Patch to add CREATE TABLE AS to the See Also: section
of the CREATE TABLE docs.

Against git master.

(Builds, as do all the previous doc patches.)

Karl <kop@meme.com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

Attachments:

sql-createtable_see_createtableas.patchtext/x-patch; charset=us-ascii; name=sql-createtable_see_createtableas.patchDownload
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 445ca40..8872920 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1453,6 +1453,7 @@ CREATE TABLE employees OF employee_type (
   <simplelist type="inline">
    <member><xref linkend="sql-altertable"></member>
    <member><xref linkend="sql-droptable"></member>
+   <member><xref linkend="sql-createtableas"></member>
    <member><xref linkend="sql-createtablespace"></member>
    <member><xref linkend="sql-createtype"></member>
   </simplelist>

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Karl O. Pinc (#1)
Re: Doc patch to See Also: CREATE TABLE AS in CREATE TABLE docs

On Sun, 2012-09-23 at 21:28 -0500, Karl O. Pinc wrote:

Patch to add CREATE TABLE AS to the See Also: section
of the CREATE TABLE docs.

committed