We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07693f commit ef153ecCopy full SHA for ef153ec
doc/src/sgml/ddl.sgml
@@ -2136,7 +2136,7 @@ WHERE c.altitude > 500 AND c.tableoid = p.oid;
2136
following <command>INSERT</command> statement will fail:
2137
<programlisting>
2138
INSERT INTO cities (name, population, altitude, state)
2139
-VALUES ('New York', NULL, NULL, 'NY');
+VALUES ('Albany', NULL, NULL, 'NY');
2140
</programlisting>
2141
We might hope that the data would somehow be routed to the
2142
<structname>capitals</structname> table, but this does not happen:
0 commit comments