Home
last modified time | relevance | path

Searched refs:AlterTableStmt (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/deparser/
H A Ddeparse_table_stmts.c22 static void AppendAlterTableStmt(StringInfo buf, AlterTableStmt *stmt);
63 AlterTableStmt *stmt = castNode(AlterTableStmt, node); in DeparseAlterTableStmt()
80 AppendAlterTableStmt(StringInfo buf, AlterTableStmt *stmt) in AppendAlterTableStmt()
H A Ddeparse_sequence_stmts.c29 static void AppendAlterSequenceOwnerStmt(StringInfo buf, AlterTableStmt *stmt);
193 AlterTableStmt *stmt = castNode(AlterTableStmt, node); in DeparseAlterSequenceOwnerStmt()
210 AppendAlterSequenceOwnerStmt(StringInfo buf, AlterTableStmt *stmt) in AppendAlterSequenceOwnerStmt()
H A Dqualify_sequence_stmt.c34 AlterTableStmt *stmt = castNode(AlterTableStmt, node); in QualifyAlterSequenceOwnerStmt()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dtable.c62 AlterTableStmt *alterTableStatement);
67 AlterTableStmt *alterTableStatement);
70 AlterTableStmt *alterTableStatement);
72 AlterTableStmt *alterTableStatement);
518 AlterTableStmt *alterTableStatement = castNode(AlterTableStmt, node); in PreprocessAlterTableStmt()
542 AlterTableStmt *stmtCopy = copyObject(alterTableStatement); in PreprocessAlterTableStmt()
669 AlterTableStmt *newStmt = copyObject(alterTableStatement); in PreprocessAlterTableStmt()
1338 AlterTableDropsForeignKey(AlterTableStmt *alterTableStatement) in AlterTableDropsForeignKey()
1584 ErrorIfAlterDropsPartitionColumn(AlterTableStmt *alterTableStatement) in ErrorIfAlterDropsPartitionColumn()
1631 PostprocessAlterTableStmt(AlterTableStmt *alterTableStatement) in PostprocessAlterTableStmt()
[all …]
H A Dutility_hook.c462 if (IsA(parsetree, AlterTableStmt)) in ProcessUtilityInternal()
464 AlterTableStmt *alterTableStatement = (AlterTableStmt *) parsetree; in ProcessUtilityInternal()
496 if (IsA(parsetree, AlterTableStmt)) in ProcessUtilityInternal()
498 AlterTableStmt *alterTableStmt = (AlterTableStmt *) parsetree; in ProcessUtilityInternal()
640 if (IsA(parsetree, AlterTableStmt)) in ProcessUtilityInternal()
642 PostprocessAlterTableStmt(castNode(AlterTableStmt, parsetree)); in ProcessUtilityInternal()
1126 if (IsA(parsetree, AlterTableStmt)) in IncrementUtilityHookCountersIfNecessary()
1168 if (IsA(parsetree, AlterTableStmt)) in DecrementUtilityHookCountersIfNecessary()
H A Dsequence.c597 AlterTableStmt *stmt = castNode(AlterTableStmt, node); in PreprocessAlterSequenceOwnerStmt()
625 AlterTableStmt *stmt = castNode(AlterTableStmt, node); in AlterSequenceOwnerStmtObjectAddress()
645 AlterTableStmt *stmt = castNode(AlterTableStmt, node); in PostprocessAlterSequenceOwnerStmt()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql13-server/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql13-client/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-server/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-client/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/parser/
H A Dparse_utilcmd.h23 extern AlterTableStmt *transformAlterTableStmt(Oid relid, AlterTableStmt *stmt,
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/commands/
H A Dtablecmds.h30 extern Oid AlterTableLookupRelation(AlterTableStmt *stmt, LOCKMODE lockmode);
32 extern void AlterTable(Oid relid, LOCKMODE lockmode, AlterTableStmt *stmt);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/commands/
H A Dtablecmds.h30 extern Oid AlterTableLookupRelation(AlterTableStmt *stmt, LOCKMODE lockmode);
32 extern void AlterTable(Oid relid, LOCKMODE lockmode, AlterTableStmt *stmt);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/commands/
H A Dtablecmds.h30 extern Oid AlterTableLookupRelation(AlterTableStmt *stmt, LOCKMODE lockmode);
32 extern void AlterTable(Oid relid, LOCKMODE lockmode, AlterTableStmt *stmt);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/commands/
H A Dtablecmds.h30 extern Oid AlterTableLookupRelation(AlterTableStmt *stmt, LOCKMODE lockmode);
32 extern void AlterTable(Oid relid, LOCKMODE lockmode, AlterTableStmt *stmt);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/commands/
H A Dtablecmds.h30 extern Oid AlterTableLookupRelation(AlterTableStmt *stmt, LOCKMODE lockmode);
32 extern void AlterTable(Oid relid, LOCKMODE lockmode, AlterTableStmt *stmt);

12345678910>>...25