Commit 545828a7 authored by Bruce Momjian's avatar Bruce Momjian

Documentation adjustments.

Vladimir Chukharev
parent 30f540be
<!-- $PostgreSQL: pgsql/doc/src/sgml/queries.sgml,v 1.33 2005/01/22 22:56:36 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/queries.sgml,v 1.34 2005/05/08 03:08:05 momjian Exp $ -->
<chapter id="queries"> <chapter id="queries">
<title>Queries</title> <title>Queries</title>
...@@ -34,7 +34,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression ...@@ -34,7 +34,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
</para> </para>
<para> <para>
The simplest kind of query has the form A simple kind of query has the form
<programlisting> <programlisting>
SELECT * FROM table1; SELECT * FROM table1;
</programlisting> </programlisting>
......
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.86 2005/04/28 21:47:10 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.87 2005/05/08 03:08:05 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -47,7 +47,7 @@ where <replaceable class="parameter">from_item</replaceable> can be one of: ...@@ -47,7 +47,7 @@ where <replaceable class="parameter">from_item</replaceable> can be one of:
<title>Description</title> <title>Description</title>
<para> <para>
<command>SELECT</command> retrieves rows from one or more tables. <command>SELECT</command> retrieves rows from zero or more tables.
The general processing of <command>SELECT</command> is as follows: The general processing of <command>SELECT</command> is as follows:
<orderedlist> <orderedlist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment