projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3f691
)
Add missing docs semicolon.
author
Bruce Momjian
Tue, 17 Aug 1999 17:31:11 +0000
(17:31 +0000)
committer
Bruce Momjian
Tue, 17 Aug 1999 17:31:11 +0000
(17:31 +0000)
doc/src/sgml/query.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/query.sgml
b/doc/src/sgml/query.sgml
index 0bdea248fb0fe1c8d200c813b0d3440692ecf027..a1830eb0297a3eb890f0103cd96cbd503e3891aa 100644
(file)
--- a/
doc/src/sgml/query.sgml
+++ b/
doc/src/sgml/query.sgml
@@
-138,7
+138,7
@@
CREATE TABLE weather (
INSERT INTO weather
- VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994')
+ VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994')
;