mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
PG18 support, enfoced, virtual cols
This commit is contained in:
parent
f0475130ed
commit
51ec580dce
8 changed files with 36 additions and 15 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue