projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4982f9
)
Add semicolon
author
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 14 Sep 2001 10:28:09 +0000
(10:28 +0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 14 Sep 2001 10:28:09 +0000
(10:28 +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 fbfeb23ebfb1bf8a61faef90497b536ee4e8f1f4..2e1e552f264838605bc2998405375f27855367aa 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
5 2001/09/13 15:55:24 petere
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.4
6 2001/09/14 10:28:09 ishii
Exp $
Postgres documentation
-->
@@
-903,7
+903,7
@@
SELECT distributors.name
UNION
SELECT actors.name
FROM actors
- WHERE actors.name LIKE 'W%'
+ WHERE actors.name LIKE 'W%'
;
name
----------------