Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef153ec

Browse files
committed
Doc fix: New York State's capital is Albany.
The inheritance example in the manual implies that the capital of New York is New York City, but in reality it's Albany. George Hartzell
1 parent c07693f commit ef153ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ddl.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ WHERE c.altitude > 500 AND c.tableoid = p.oid;
21362136
following <command>INSERT</command> statement will fail:
21372137
<programlisting>
21382138
INSERT INTO cities (name, population, altitude, state)
2139-
VALUES ('New York', NULL, NULL, 'NY');
2139+
VALUES ('Albany', NULL, NULL, 'NY');
21402140
</programlisting>
21412141
We might hope that the data would somehow be routed to the
21422142
<structname>capitals</structname> table, but this does not happen:

0 commit comments

Comments
 (0)