Skip to content

Commit 57c499a

Browse files
committed
Fix Westwood/Westward, from Wessel van Norel.
1 parent 90bdb64 commit 57c499a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.33 2000/10/05 19:48:18 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.34 2000/12/08 20:11:11 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -760,7 +760,7 @@ SELECT actors.name
760760
the <command>FROM</command> clause from a query. This feature
761761
was retained from the original PostQuel query language:
762762
<programlisting>
763-
SELECT distributors.* WHERE name = 'Westwood';
763+
SELECT distributors.* WHERE name = 'Westward';
764764

765765
did | name
766766
-----+----------

0 commit comments

Comments
 (0)