Doc fix: New York State's capital is Albany.
authorHeikki Linnakangas
Fri, 15 Aug 2014 06:57:46 +0000 (09:57 +0300)
committerHeikki Linnakangas
Fri, 15 Aug 2014 07:01:31 +0000 (10:01 +0300)
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

doc/src/sgml/ddl.sgml

index 3b7fff4846c85abc731e670c9f24a9ab9e3ee883..ca8a45e9c6303e44ad9fc122f42c672d0cb93ea9 100644 (file)
@@ -2136,7 +2136,7 @@ WHERE c.altitude > 500 AND c.tableoid = p.oid;
    following INSERT statement will fail:
 
 INSERT INTO cities (name, population, altitude, state)
-VALUES ('New York', NULL, NULL, 'NY');
+VALUES ('Albany', NULL, NULL, 'NY');
 
    We might hope that the data would somehow be routed to the
    capitals table, but this does not happen: