index 1106798d4a2b72bf0806bc2c1436cb747d9f13b9..4d95b26e034f421acc72c4f7a26fe184d7227dfd 100644 (file)
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.41 2001年05月27日 09:59:28 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.42 2001年05月30日 04:32:30 tgl Exp $
Postgres documentation
-->
@@ -950,7 +950,7 @@ table to do the select from. A less obvious use is to abbreviate a
normal select from one or more tables:
<programlisting>
-SELECT distributors.* WHERE name = 'Westward';
+SELECT distributors.* WHERE distributors.name = 'Westward';
did | name
-----+----------