1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

Fixups for man pages

This commit is contained in:
Peter Eisentraut
2002-11-21 23:34:43 +00:00
parent 4a0e9b6936
commit ed24f28538
18 changed files with 61 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.20 2002/09/21 18:32:54 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.21 2002/11/21 23:34:43 petere Exp $
PostgreSQL documentation
-->
@@ -61,7 +61,7 @@ class="PARAMETER">column name list</replaceable> ) ] AS SELECT <replaceable clas
which will provide the columns and rows of the view.
</para>
<para>
Refer to <xref linkend="sql-select"> for more information
Refer to <xref linkend="sql-select" endterm="sql-select-title"> for more information
about valid arguments.
</para>
</listitem>
@@ -169,7 +169,7 @@ CREATE VIEW vista AS SELECT text 'Hello World'
update, or delete on a view. You can get the effect of an updatable
view by creating rules that rewrite inserts, etc. on the view into
appropriate actions on other tables. For more information see
<xref linkend="sql-createrule">.
<xref linkend="sql-createrule" endterm="sql-createrule-title">.
</para>
<para>