mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user