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

Minor cleanup in markup, especially in the Output section.

This commit is contained in:
Thomas G. Lockhart
1998-10-30 19:34:40 +00:00
parent 3ac0a4e058
commit 3d83e28b2b
61 changed files with 168 additions and 818 deletions

View File

@@ -65,14 +65,6 @@ An SQL query which will provide the columns and rows of the view.
Outputs
</TITLE>
<PARA>
</PARA>
<VARIABLELIST>
<VARLISTENTRY>
<TERM>
<replaceable>status</replaceable>
</TERM>
<LISTITEM>
<PARA>
<VARIABLELIST>
<VARLISTENTRY>
<TERM>
@@ -112,12 +104,7 @@ An SQL query which will provide the columns and rows of the view.
<programlisting>
CREATE VIEW vista AS SELECT 'Hello World'::text
</programlisting>
</PARA>
</LISTITEM>
</VARLISTENTRY>
</variablelist>
</LISTITEM>
</VARLISTENTRY>
</VARIABLELIST>
</REFSECT2>
</REFSYNOPSISDIV>