projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07693f
)
Doc fix: New York State's capital is Albany.
author
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Fri, 15 Aug 2014 06:57:46 +0000
(09:57 +0300)
committer
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
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
patch
|
blob
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index 3b7fff4846c85abc731e670c9f24a9ab9e3ee883..ca8a45e9c6303e44ad9fc122f42c672d0cb93ea9 100644
(file)
--- 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 <command>INSERT</command> statement will fail:
<programlisting>
INSERT INTO cities (name, population, altitude, state)
-VALUES ('
New York
', NULL, NULL, 'NY');
+VALUES ('
Albany
', NULL, NULL, 'NY');
</programlisting>
We might hope that the data would somehow be routed to the
<structname>capitals</structname> table, but this does not happen: