Commit 57c499a4 authored by Bruce Momjian's avatar Bruce Momjian

Fix Westwood/Westward, from Wessel van Norel.

parent 90bdb64b
<!-- <!--
$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 ...@@ -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
-----+---------- -----+----------
......
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