git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa665d9)
Correct obsolete example of FROM-less query.
2001年5月30日 04:32:30 +0000 (04:32 +0000)
2001年5月30日 04:32:30 +0000 (04:32 +0000)

diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index 1106798d4a2b72bf0806bc2c1436cb747d9f13b9..4d95b26e034f421acc72c4f7a26fe184d7227dfd 100644 (file)
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-----+----------
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /