diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 1106798d4a..4d95b26e03 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,5 +1,5 @@ @@ -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: -SELECT distributors.* WHERE name = 'Westward'; +SELECT distributors.* WHERE distributors.name = 'Westward'; did | name -----+----------