Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef153ec

Browse files
committed
Doc fix: New York State's capital is Albany.
The inheritance example in the manual implies that the capital of New Yorkis New York City, but in reality it's Albany.George Hartzell
1 parentc07693f commitef153ec

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)

[8]ページ先頭

©2009-2025 Movatter.jp