Home
last modified time | relevance | path

Searched refs:AlterTableType (Results 1 – 25 of 138) sorted by relevance

123456

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dtable.c78 static bool AlterTableCommandTypeIsTrigger(AlterTableType alterTableType);
676 AlterTableType alterTableType = command->subtype; in PreprocessAlterTableStmt()
1237 AlterTableType alterTableType = command->subtype; in GetAlterTableCommandFKeyConstraintList()
1311 AlterTableCommandTypeIsTrigger(AlterTableType alterTableType) in AlterTableCommandTypeIsTrigger()
1346 AlterTableType alterTableType = command->subtype; in AlterTableDropsForeignKey()
1528 AlterTableType alterTableType = command->subtype; in SkipForeignKeyValidationIfConstraintIsFkey()
1610 AlterTableType alterTableType = command->subtype; in ErrorIfAlterDropsPartitionColumn()
1666 AlterTableType alterTableType = command->subtype; in PostprocessAlterTableStmt()
2238 AlterTableType alterTableType = command->subtype; in ErrorIfUnsupportedAlterTableStmt()
2606 AlterTableType alterTableType = alterTableCmd->subtype; in ErrorIfCitusLocalTablePartitionCommand()
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/nodes/
H A Dparsenodes.h1696 typedef enum AlterTableType enum
1765 } AlterTableType; typedef
1777 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/parser/
H A Dparsenodes.h1692 typedef enum AlterTableType enum
1761 } AlterTableType; typedef
1773 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/parser/
H A Dparsenodes.h1480 typedef enum AlterTableType enum
1544 } AlterTableType; typedef
1556 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-client/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql10-server/postgresql-10.19/src/include/nodes/
H A Dparsenodes.h1702 typedef enum AlterTableType enum
1771 } AlterTableType; typedef
1783 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/nodes/
H A Dparsenodes.h1701 typedef enum AlterTableType enum
1770 } AlterTableType; typedef
1782 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h1466 typedef enum AlterTableType enum
1530 } AlterTableType; typedef
1542 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/py-pglast/pglast-1.2/pglast/enums/
H A Dparsenodes.py47 class AlterTableType(IntEnum): class
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/parser/
H A Dparsenodes.h1782 typedef enum AlterTableType enum
1850 } AlterTableType; typedef
1862 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/parser/
H A Dparsenodes.h1758 typedef enum AlterTableType enum
1827 } AlterTableType; typedef
1839 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/parser/
H A Dparsenodes.h1723 typedef enum AlterTableType enum
1793 } AlterTableType; typedef
1805 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/parser/
H A Dparsenodes.h1864 typedef enum AlterTableType enum
1936 } AlterTableType; typedef
1948 AlterTableType subtype; /* Type of table alteration to apply */
/dports/databases/postgresql11-client/postgresql-11.14/src/include/nodes/
H A Dparsenodes.h1727 typedef enum AlterTableType enum
1797 } AlterTableType; typedef
1809 AlterTableType subtype; /* Type of table alteration to apply */

123456