mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add missing docs semicolon.
This commit is contained in:
@ -138,7 +138,7 @@ CREATE TABLE weather (
|
|||||||
|
|
||||||
<ProgramListing>
|
<ProgramListing>
|
||||||
INSERT INTO weather
|
INSERT INTO weather
|
||||||
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994')
|
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994');
|
||||||
</ProgramListing>
|
</ProgramListing>
|
||||||
</Para>
|
</Para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user