1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +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_rule.sgml,v 1.37 2002/09/02 20:04:39 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.38 2002/11/21 23:34:43 petere Exp $
PostgreSQL documentation
-->
@@ -227,7 +227,7 @@ CREATE RULE
</para>
<para>
<xref linkend="sql-createview"> creates a dummy table (with no underlying
<xref linkend="sql-createview" endterm="sql-createview-title"> creates a dummy table (with no underlying
storage) and associates an ON SELECT rule with it. The system will not
allow updates to the view, since it knows there is no real table there.
You can create the