projects
/
users
/
rhaas
/
postgres.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
<
[email protected]
>
Wed, 30 May 2001 04:32:30 +0000
(
04:32
+0000)
committer
Tom Lane
<
[email protected]
>
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
@@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.4
1 2001/05/27 09:59:28 petere
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.4
2 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
-----+----------