Re: [HACKERS] Doc patch to See Also: CREATE TABLE AS in CREATE TABLE docs

2012-11-12 Thread Peter Eisentraut
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



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Doc patch to See Also: CREATE TABLE AS in CREATE TABLE docs

2012-09-23 Thread Karl O. Pinc
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 k...@meme.com
Free Software:  You don't pay back, you pay forward.
 -- Robert A. Heinlein

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
memberxref linkend=sql-altertable/member
memberxref linkend=sql-droptable/member
+   memberxref linkend=sql-createtableas/member
memberxref linkend=sql-createtablespace/member
memberxref linkend=sql-createtype/member
   /simplelist


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers