mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 08:08:08 -04:00
Fix bogus last-minute edit in 4e62091341
Noticed by Erik Rijkers before I was able to push the fix.
This commit is contained in:
parent
4e62091341
commit
069b750ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -17466,7 +17466,7 @@ dumpTrigger(Archive *fout, TriggerInfo *tginfo)
|
|||
|
||||
if (tginfo->tgenabled != 't' && tginfo->tgenabled != 'O')
|
||||
{
|
||||
appendPQExpBuffer(query, "\nALTER %sTABLE %s ", foreign,
|
||||
appendPQExpBuffer(query, "\nALTER %sTABLE %s ",
|
||||
tbinfo->relkind == RELKIND_FOREIGN_TABLE ? "FOREIGN " : "",
|
||||
fmtQualifiedDumpable(tbinfo));
|
||||
switch (tginfo->tgenabled)
|
||||
|
|
|
|||
Loading…
Reference in a new issue