Fix Westwood/Westward, from Wessel van Norel.

This commit is contained in:
Bruce Momjian 2000-12-08 20:11:11 +00:00
parent 90bdb64be8
commit 57c499a463

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.33 2000/10/05 19:48:18 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.34 2000/12/08 20:11:11 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -760,7 +760,7 @@ SELECT actors.name
the <command>FROM</command> clause from a query. This feature the <command>FROM</command> clause from a query. This feature
was retained from the original PostQuel query language: was retained from the original PostQuel query language:
<programlisting> <programlisting>
SELECT distributors.* WHERE name = 'Westwood'; SELECT distributors.* WHERE name = 'Westward';
did | name did | name
-----+---------- -----+----------