We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e62091 commit 069b750Copy full SHA for 069b750
src/bin/pg_dump/pg_dump.c
@@ -17466,7 +17466,7 @@ dumpTrigger(Archive *fout, TriggerInfo *tginfo)
17466
17467
if (tginfo->tgenabled != 't' && tginfo->tgenabled != 'O')
17468
{
17469
- appendPQExpBuffer(query, "\nALTER %sTABLE %s ", foreign,
+ appendPQExpBuffer(query, "\nALTER %sTABLE %s ",
17470
tbinfo->relkind == RELKIND_FOREIGN_TABLE ? "FOREIGN " : "",
17471
fmtQualifiedDumpable(tbinfo));
17472
switch (tginfo->tgenabled)
0 commit comments