Commit 898b2126 authored by Bruce Momjian's avatar Bruce Momjian

Add missing docs semicolon.

parent ed3f6916
......@@ -138,7 +138,7 @@ CREATE TABLE weather (
<ProgramListing>
INSERT INTO weather
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994')
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994');
</ProgramListing>
</Para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment