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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy