projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa665d9
)
Correct obsolete example of FROM-less query.
author
Tom Lane
Wed, 30 May 2001 04:32:30 +0000
(
04:32
+0000)
committer
Tom Lane
Wed, 30 May 2001 04:32:30 +0000
(
04:32
+0000)
doc/src/sgml/ref/select.sgml
patch
|
blob
|
blame
|
history
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
@@
@@
-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
-----+----------