PG18 support, enfoced, virtual cols

This commit is contained in:
lsv 2025-10-03 14:56:27 +05:00
parent f0475130ed
commit 51ec580dce
8 changed files with 36 additions and 15 deletions

View file

@ -2382,7 +2382,7 @@ void reportObjectDataDictionaryFactory::GenerateReport(frmReport *report, pgObje
break;
case PGM_FOREIGNKEY:
type = _("Foreign key");
definition = ((pgForeignKey *)constraint)->GetDefinition();
definition = ((pgForeignKey *)constraint)->GetDefinition(PGM_FOREIGNKEY);
break;
case PGM_EXCLUDE:
type = _("Exclude");