Documentation adjustments.
authorBruce Momjian <[email protected]>
Sun, 8 May 2005 03:08:05 +0000 (03:08 +0000)
committerBruce Momjian <[email protected]>
Sun, 8 May 2005 03:08:05 +0000 (03:08 +0000)
Vladimir Chukharev

doc/src/sgml/queries.sgml
doc/src/sgml/ref/select.sgml

index c6e5a96d6e67b53baa21d5771985628864c0ae29..bb6688a43714c5f52d3f4ec4a7818a294b208248 100644 (file)
@@ -34,7 +34,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
   </para>
 
   <para>
-   The simplest kind of query has the form
+   A simple kind of query has the form
 <programlisting>
 SELECT * FROM table1;
 </programlisting>
index 398c1e9b0c7708de47d4d6f5fa4b92e2165a9a99..0158798a40d4e32bd3f4e393baed1c1b18f05d02 100644 (file)
@@ -47,7 +47,7 @@ where <replaceable class="parameter">from_item</replaceable> can be one of:
   <title>Description</title>
 
   <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:
 
    <orderedlist>