diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 3b7fff4846c..ca8a45e9c63 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -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: