mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix Westwood/Westward, from Wessel van Norel.
This commit is contained in:
parent
90bdb64be8
commit
57c499a463
@ -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
|
||||||
-----+----------
|
-----+----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user