Home
last modified time | relevance | path

Searched refs:CONSTR_FOREIGN (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dtable.c687 if (constraint->contype == CONSTR_FOREIGN) in PreprocessAlterTableStmt()
742 if (constraint->contype == CONSTR_FOREIGN) in PreprocessAlterTableStmt()
1241 if (constraint->contype == CONSTR_FOREIGN) in GetAlterTableCommandFKeyConstraintList()
1254 if (constraint->contype == CONSTR_FOREIGN) in GetAlterTableCommandFKeyConstraintList()
1533 if (constraint->contype == CONSTR_FOREIGN) in SkipForeignKeyValidationIfConstraintIsFkey()
1680 if (constraint->contype == CONSTR_FOREIGN) in PostprocessAlterTableStmt()
1705 constraint->contype == CONSTR_FOREIGN || in PostprocessAlterTableStmt()
2027 else if (constraint->contype == CONSTR_FOREIGN) in ErrorUnsupportedAlterTableAddColumn()
2696 if (constraint->contype == CONSTR_FOREIGN) in SetupExecutionModeForAlterTable()
2731 if (constraint->contype == CONSTR_FOREIGN) in SetupExecutionModeForAlterTable()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/relay/
H A Drelay_event_utility.c671 if (constraint->contype == CONSTR_FOREIGN) in RelayEventExtendNamesForInterShardCommands()
692 if (constraint->contype == CONSTR_FOREIGN) in RelayEventExtendNamesForInterShardCommands()
/dports/databases/py-pglast/pglast-1.2/pglast/enums/
H A Dparsenodes.py124 CONSTR_FOREIGN = auto() variable in ConstrType
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/parser/
H A Dparse_utilcmd.c608 case CONSTR_FOREIGN: in transformColumnDefinition()
707 case CONSTR_FOREIGN: in transformTableConstraint()
2650 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
2785 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_utilcmd.c787 case CONSTR_FOREIGN: in transformColumnDefinition()
918 case CONSTR_FOREIGN: in transformTableConstraint()
3001 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3254 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN: in transformColumnDefinition()
886 case CONSTR_FOREIGN: in transformTableConstraint()
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3379 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN:
886 case CONSTR_FOREIGN:
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN)
3379 (node)->contype == CONSTR_FOREIGN))
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN: in transformColumnDefinition()
886 case CONSTR_FOREIGN: in transformTableConstraint()
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3379 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN:
886 case CONSTR_FOREIGN:
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN)
3379 (node)->contype == CONSTR_FOREIGN))
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN: in transformColumnDefinition()
886 case CONSTR_FOREIGN: in transformTableConstraint()
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3379 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN: in transformColumnDefinition()
886 case CONSTR_FOREIGN: in transformTableConstraint()
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3379 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_utilcmd.c773 case CONSTR_FOREIGN: in transformColumnDefinition()
886 case CONSTR_FOREIGN: in transformTableConstraint()
3126 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3379 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/parser/
H A Dparse_utilcmd.c776 case CONSTR_FOREIGN: in transformColumnDefinition()
905 case CONSTR_FOREIGN: in transformTableConstraint()
3264 if (((Constraint *) cmd->def)->contype == CONSTR_FOREIGN) in transformAlterTableStmt()
3535 (node)->contype == CONSTR_FOREIGN)) in transformConstraintAttrs()

12345678910>>...15