8000 C comment: clearify SQL command mention · sarvex/postgres@0c8fa71 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 0c8fa71

Browse files
committed
C comment: clearify SQL command mention
Patch by Amit Langote
1 parent 159134b commit 0c8fa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13742,7 +13742,7 @@ dumpTableSchema(Archive *fout, DumpOptions *dopt, TableInfo *tbinfo)
1374213742
* here, also updating their attlen/attalign values so that the
1374313743
* dropped column can be skipped properly. (We do not bother with
1374413744
* restoring the original attbyval setting.) Also, inheritance
13745-
* relationships are set up by doing ALTER INHERIT rather than using
13745+
* relationships are set up by doing ALTER TABLE INHERIT rather than using
1374613746
* an INHERITS clause --- the latter would possibly mess up the column
1374713747
* order. That also means we have to take care about setting
1374813748
* attislocal correctly, plus fix up any inherited CHECK constraints.

0 commit comments

Comments
 (0)
0