summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/insert.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-01-19 00:13:31 +0000
committerBruce Momjian <bruce@momjian.us>2003-01-19 00:13:31 +0000
commitbe2b660ecd5ca205570825633e7b8479379ddc64 (patch)
tree8b229de93c4810a7f1cdd6b29099316abc05c2d7 /doc/src/sgml/ref/insert.sgml
parent2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff)
downloadpostgresql-be2b660ecd5ca205570825633e7b8479379ddc64.tar.gz
This patch includes a lot of minor cleanups to the SGML documentation,
including: - replacing all the appropriate usages of <citetitle>PostgreSQL ...</citetitle> with &cite-user;, &cite-admin;, and so on - fix an omission in the EXECUTE documentation - add some more text to the EXPLAIN documentation - improve the PL/PgSQL RETURN NEXT documentation (more work to do here) - minor markup fixes Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/insert.sgml')
-rw-r--r--doc/src/sgml/ref/insert.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml
index 054570c9ce..eeac298fb6 100644
--- a/doc/src/sgml/ref/insert.sgml
+++ b/doc/src/sgml/ref/insert.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.19 2002/09/21 18:32:54 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.20 2003/01/19 00:13:29 momjian Exp $
PostgreSQL documentation
-->
@@ -216,8 +216,7 @@ INSERT INTO films SELECT * FROM tmp;
</para>
<para>
- Insert into arrays (refer to the
- <citetitle>PostgreSQL User's Guide</citetitle> for further
+ Insert into arrays (refer to the &cite-user; for further
information about arrays):
<programlisting>