Crate pgrx_pg_sys
source ·Re-exports§
pub use submodules::*;
Modules§
Macros§
- Log to Postgres’
fatal
log level. This will abort the current Postgres backend connection process. - Log to Postgres’
panic
log level. This will cause the entire Postgres cluster to crash. - If an interrupt is pending (perhaps a user-initiated “cancel query” message to this backend), this will safely abort the current transaction
- Log to Postgres’
debug1
log level. - Log to Postgres’
debug2
log level. - Log to Postgres’
debug3
log level. - Log to Postgres’
debug4
log level. - Log to Postgres’
debug5
log level. - Sends some kind of message to Postgres, and if it’s a PgLogLevel::ERROR or greater, Postgres’ error handling takes over and, in the case of PgLogLevel::ERROR, aborts the current transaction.
- Log to Postgres’
error
log level. This will abort the current Postgres transaction. - This macro returns the name of the enclosing function. As the internal implementation is based on the
std::any::type_name
, this macro derives all the limitations of this function. - Log to Postgres’
info
log level. - Log to Postgres’
log
log level. - Log to Postgres’
notice
log level. - Log to Postgres’
warning
log level.
Structs§
- Optimizable Statements
- Node and structure definitions
- Query Tree
- Raw Grammar Output Statements
- Supporting data structures for Parse Trees
Enums§
Constants§
- A_Expr_Kind_AEXPR_BETWEENDeprecated
- A_Expr_Kind_AEXPR_BETWEEN_SYMDeprecated
- A_Expr_Kind_AEXPR_DISTINCTDeprecated
- A_Expr_Kind_AEXPR_ILIKEDeprecated
- A_Expr_Kind_AEXPR_INDeprecated
- A_Expr_Kind_AEXPR_LIKEDeprecated
- A_Expr_Kind_AEXPR_NOT_BETWEENDeprecated
- A_Expr_Kind_AEXPR_NOT_BETWEEN_SYMDeprecated
- A_Expr_Kind_AEXPR_NOT_DISTINCTDeprecated
- A_Expr_Kind_AEXPR_NULLIFDeprecated
- A_Expr_Kind_AEXPR_OPDeprecated
- A_Expr_Kind_AEXPR_OP_ALLDeprecated
- A_Expr_Kind_AEXPR_OP_ANYDeprecated
- A_Expr_Kind_AEXPR_SIMILARDeprecated
- AclMaskHow_ACLMASK_ALLDeprecated
- AclMaskHow_ACLMASK_ANYDeprecated
- AclResult_ACLCHECK_NOT_OWNERDeprecated
- AclResult_ACLCHECK_NO_PRIVDeprecated
- AclResult_ACLCHECK_OKDeprecated
- AggSplit_AGGSPLIT_FINAL_DESERIALDeprecated
- AggSplit_AGGSPLIT_INITIAL_SERIALDeprecated
- AggSplit_AGGSPLIT_SIMPLEDeprecated
- AggStrategy_AGG_HASHEDDeprecated
- AggStrategy_AGG_MIXEDDeprecated
- AggStrategy_AGG_PLAINDeprecated
- AggStrategy_AGG_SORTEDDeprecated
- AlterTableType_AT_AddColumnDeprecated
- AlterTableType_AT_AddColumnRecurseDeprecated
- AlterTableType_AT_AddColumnToViewDeprecated
- AlterTableType_AT_AddConstraintDeprecated
- AlterTableType_AT_AddConstraintRecurseDeprecated
- AlterTableType_AT_AddIdentityDeprecated
- AlterTableType_AT_AddIndexDeprecated
- AlterTableType_AT_AddIndexConstraintDeprecated
- AlterTableType_AT_AddInheritDeprecated
- AlterTableType_AT_AddOfDeprecated
- AlterTableType_AT_AlterColumnTypeDeprecated
- AlterTableType_AT_AlterConstraintDeprecated
- AlterTableType_AT_AttachPartitionDeprecated
- AlterTableType_AT_ChangeOwnerDeprecated
- AlterTableType_AT_CheckNotNullDeprecated
- AlterTableType_AT_ClusterOnDeprecated
- AlterTableType_AT_ColumnDefaultDeprecated
- AlterTableType_AT_CookedColumnDefaultDeprecated
- AlterTableType_AT_DetachPartitionDeprecated
- AlterTableType_AT_DisableRowSecurityDeprecated
- AlterTableType_AT_DisableRuleDeprecated
- AlterTableType_AT_DisableTrigDeprecated
- AlterTableType_AT_DisableTrigAllDeprecated
- AlterTableType_AT_DisableTrigUserDeprecated
- AlterTableType_AT_DropClusterDeprecated
- AlterTableType_AT_DropColumnDeprecated
- AlterTableType_AT_DropColumnRecurseDeprecated
- AlterTableType_AT_DropConstraintDeprecated
- AlterTableType_AT_DropConstraintRecurseDeprecated
- AlterTableType_AT_DropExpressionDeprecated
- AlterTableType_AT_DropIdentityDeprecated
- AlterTableType_AT_DropInheritDeprecated
- AlterTableType_AT_DropNotNullDeprecated
- AlterTableType_AT_DropOfDeprecated
- AlterTableType_AT_DropOidsDeprecated
- AlterTableType_AT_EnableAlwaysRuleDeprecated
- AlterTableType_AT_EnableAlwaysTrigDeprecated
- AlterTableType_AT_EnableReplicaRuleDeprecated
- AlterTableType_AT_EnableReplicaTrigDeprecated
- AlterTableType_AT_EnableRowSecurityDeprecated
- AlterTableType_AT_EnableRuleDeprecated
- AlterTableType_AT_EnableTrigDeprecated
- AlterTableType_AT_EnableTrigAllDeprecated
- AlterTableType_AT_EnableTrigUserDeprecated
- AlterTableType_AT_ForceRowSecurityDeprecated
- AlterTableType_AT_GenericOptionsDeprecated
- AlterTableType_AT_NoForceRowSecurityDeprecated
- AlterTableType_AT_ReAddCommentDeprecated
- AlterTableType_AT_ReAddConstraintDeprecated
- AlterTableType_AT_ReAddDomainConstraintDeprecated
- AlterTableType_AT_ReAddIndexDeprecated
- AlterTableType_AT_ReAddStatisticsDeprecated
- AlterTableType_AT_ReplaceRelOptionsDeprecated
- AlterTableType_AT_ReplicaIdentityDeprecated
- AlterTableType_AT_ResetOptionsDeprecated
- AlterTableType_AT_ResetRelOptionsDeprecated
- AlterTableType_AT_SetCompressionDeprecated
- AlterTableType_AT_SetIdentityDeprecated
- AlterTableType_AT_SetLoggedDeprecated
- AlterTableType_AT_SetNotNullDeprecated
- AlterTableType_AT_SetOptionsDeprecated
- AlterTableType_AT_SetRelOptionsDeprecated
- AlterTableType_AT_SetStatisticsDeprecated
- AlterTableType_AT_SetStorageDeprecated
- AlterTableType_AT_SetTableSpaceDeprecated
- AlterTableType_AT_SetUnLoggedDeprecated
- AlterTableType_AT_ValidateConstraintDeprecated
- ArchiveMode_ARCHIVE_MODE_ALWAYSDeprecated
- ArchiveMode_ARCHIVE_MODE_OFFDeprecated
- ArchiveMode_ARCHIVE_MODE_ONDeprecated
- AuxProcType_ArchiverProcessDeprecated
- AuxProcType_BgWriterProcessDeprecated
- AuxProcType_BootstrapProcessDeprecated
- AuxProcType_CheckerProcessDeprecated
- AuxProcType_CheckpointerProcessDeprecated
- AuxProcType_NUM_AUXPROCTYPESDeprecated
- AuxProcType_NotAnAuxProcessDeprecated
- AuxProcType_StartupProcessDeprecated
- AuxProcType_WalReceiverProcessDeprecated
- AuxProcType_WalWriterProcessDeprecated
- BMS_Comparison_BMS_DIFFERENTDeprecated
- BMS_Comparison_BMS_EQUALDeprecated
- BMS_Comparison_BMS_SUBSET1Deprecated
- BMS_Comparison_BMS_SUBSET2Deprecated
- BMS_Membership_BMS_EMPTY_SETDeprecated
- BMS_Membership_BMS_MULTIPLEDeprecated
- BMS_Membership_BMS_SINGLETONDeprecated
- BackendState_STATE_DISABLEDDeprecated
- BackendState_STATE_FASTPATHDeprecated
- BackendState_STATE_IDLEDeprecated
- BackendState_STATE_IDLEINTRANSACTIONDeprecated
- BackendState_STATE_RUNNINGDeprecated
- BackendState_STATE_UNDEFINEDDeprecated
- BackendType_B_ARCHIVERDeprecated
- BackendType_B_AUTOVAC_LAUNCHERDeprecated
- BackendType_B_AUTOVAC_WORKERDeprecated
- BackendType_B_BACKENDDeprecated
- BackendType_B_BG_WORKERDeprecated
- BackendType_B_BG_WRITERDeprecated
- BackendType_B_CHECKPOINTERDeprecated
- BackendType_B_INVALIDDeprecated
- BackendType_B_LOGGERDeprecated
- BackendType_B_STARTUPDeprecated
- BackendType_B_STATS_COLLECTORDeprecated
- BackendType_B_WAL_RECEIVERDeprecated
- BackendType_B_WAL_SENDERDeprecated
- BackendType_B_WAL_WRITERDeprecated
- BackslashQuoteType_BACKSLASH_QUOTE_OFFDeprecated
- BackslashQuoteType_BACKSLASH_QUOTE_ONDeprecated
- BgwHandleStatus_BGWH_NOT_YET_STARTEDDeprecated
- BgwHandleStatus_BGWH_POSTMASTER_DIEDDeprecated
- BgwHandleStatus_BGWH_STARTEDDeprecated
- BgwHandleStatus_BGWH_STOPPEDDeprecated
- BoolExprType_AND_EXPRDeprecated
- BoolExprType_NOT_EXPRDeprecated
- BoolExprType_OR_EXPRDeprecated
- BoolTestType_IS_FALSEDeprecated
- BoolTestType_IS_NOT_FALSEDeprecated
- BoolTestType_IS_NOT_TRUEDeprecated
- BoolTestType_IS_NOT_UNKNOWNDeprecated
- BoolTestType_IS_TRUEDeprecated
- BoolTestType_IS_UNKNOWNDeprecated
- BufferAccessStrategyType_BAS_BULKREADDeprecated
- BufferAccessStrategyType_BAS_BULKWRITEDeprecated
- BufferAccessStrategyType_BAS_NORMALDeprecated
- BufferAccessStrategyType_BAS_VACUUMDeprecated
- BuiltinTrancheIds_LWTRANCHE_LOCK_MANAGERDeprecated
- BuiltinTrancheIds_LWTRANCHE_WAL_INSERTDeprecated
- BuiltinTrancheIds_LWTRANCHE_XACT_BUFFERDeprecated
- CRSSnapshotAction_CRS_EXPORT_SNAPSHOTDeprecated
- CRSSnapshotAction_CRS_NOEXPORT_SNAPSHOTDeprecated
- CRSSnapshotAction_CRS_USE_SNAPSHOTDeprecated
- CTEMaterialize_CTEMaterializeAlwaysDeprecated
- CTEMaterialize_CTEMaterializeDefaultDeprecated
- CTEMaterialize_CTEMaterializeNeverDeprecated
- CmdType_CMD_DELETEDeprecated
- CmdType_CMD_INSERTDeprecated
- CmdType_CMD_NOTHINGDeprecated
- CmdType_CMD_SELECTDeprecated
- CmdType_CMD_UNKNOWNDeprecated
- CmdType_CMD_UPDATEDeprecated
- CmdType_CMD_UTILITYDeprecated
- CoercionContext_COERCION_ASSIGNMENTDeprecated
- CoercionContext_COERCION_EXPLICITDeprecated
- CoercionContext_COERCION_IMPLICITDeprecated
- CoercionContext_COERCION_PLPGSQLDeprecated
- CoercionForm_COERCE_EXPLICIT_CALLDeprecated
- CoercionForm_COERCE_EXPLICIT_CASTDeprecated
- CoercionForm_COERCE_IMPLICIT_CASTDeprecated
- CoercionForm_COERCE_SQL_SYNTAXDeprecated
- CoercionPathType_COERCION_PATH_FUNCDeprecated
- CoercionPathType_COERCION_PATH_NONEDeprecated
- CollectedCommandType_SCT_AlterOpFamilyDeprecated
- CollectedCommandType_SCT_AlterTSConfigDeprecated
- CollectedCommandType_SCT_AlterTableDeprecated
- CollectedCommandType_SCT_CreateOpClassDeprecated
- CollectedCommandType_SCT_GrantDeprecated
- CollectedCommandType_SCT_SimpleDeprecated
- CommandDest_DestCopyOutDeprecated
- CommandDest_DestDebugDeprecated
- CommandDest_DestIntoRelDeprecated
- CommandDest_DestNoneDeprecated
- CommandDest_DestRemoteDeprecated
- CommandDest_DestRemoteExecuteDeprecated
- CommandDest_DestRemoteSimpleDeprecated
- CommandDest_DestSPIDeprecated
- CommandDest_DestSQLFunctionDeprecated
- CommandDest_DestTransientRelDeprecated
- CommandDest_DestTupleQueueDeprecated
- CommandDest_DestTuplestoreDeprecated
- CommandTag_CMDTAG_ALTER_ACCESS_METHODDeprecated
- CommandTag_CMDTAG_ALTER_AGGREGATEDeprecated
- CommandTag_CMDTAG_ALTER_CASTDeprecated
- CommandTag_CMDTAG_ALTER_COLLATIONDeprecated
- CommandTag_CMDTAG_ALTER_CONSTRAINTDeprecated
- CommandTag_CMDTAG_ALTER_CONVERSIONDeprecated
- CommandTag_CMDTAG_ALTER_DATABASEDeprecated
- CommandTag_CMDTAG_ALTER_DOMAINDeprecated
- CommandTag_CMDTAG_ALTER_EVENT_TRIGGERDeprecated
- CommandTag_CMDTAG_ALTER_EXTENSIONDeprecated
- CommandTag_CMDTAG_ALTER_FOREIGN_TABLEDeprecated
- CommandTag_CMDTAG_ALTER_FUNCTIONDeprecated
- CommandTag_CMDTAG_ALTER_INDEXDeprecated
- CommandTag_CMDTAG_ALTER_LANGUAGEDeprecated
- CommandTag_CMDTAG_ALTER_LARGE_OBJECTDeprecated
- CommandTag_CMDTAG_ALTER_OPERATORDeprecated
- CommandTag_CMDTAG_ALTER_OPERATOR_CLASSDeprecated
- CommandTag_CMDTAG_ALTER_OPERATOR_FAMILYDeprecated
- CommandTag_CMDTAG_ALTER_POLICYDeprecated
- CommandTag_CMDTAG_ALTER_PROCEDUREDeprecated
- CommandTag_CMDTAG_ALTER_PUBLICATIONDeprecated
- CommandTag_CMDTAG_ALTER_ROLEDeprecated
- CommandTag_CMDTAG_ALTER_ROUTINEDeprecated
- CommandTag_CMDTAG_ALTER_RULEDeprecated
- CommandTag_CMDTAG_ALTER_SCHEMADeprecated
- CommandTag_CMDTAG_ALTER_SEQUENCEDeprecated
- CommandTag_CMDTAG_ALTER_SERVERDeprecated
- CommandTag_CMDTAG_ALTER_STATISTICSDeprecated
- CommandTag_CMDTAG_ALTER_SUBSCRIPTIONDeprecated
- CommandTag_CMDTAG_ALTER_SYSTEMDeprecated
- CommandTag_CMDTAG_ALTER_TABLEDeprecated
- CommandTag_CMDTAG_ALTER_TABLESPACEDeprecated
- CommandTag_CMDTAG_ALTER_TRANSFORMDeprecated
- CommandTag_CMDTAG_ALTER_TRIGGERDeprecated
- CommandTag_CMDTAG_ALTER_TYPEDeprecated
- CommandTag_CMDTAG_ALTER_USER_MAPPINGDeprecated
- CommandTag_CMDTAG_ALTER_VIEWDeprecated
- CommandTag_CMDTAG_ANALYZEDeprecated
- CommandTag_CMDTAG_BEGINDeprecated
- CommandTag_CMDTAG_CALLDeprecated
- CommandTag_CMDTAG_CHECKPOINTDeprecated
- CommandTag_CMDTAG_CLOSEDeprecated
- CommandTag_CMDTAG_CLOSE_CURSORDeprecated
- CommandTag_CMDTAG_CLOSE_CURSOR_ALLDeprecated
- CommandTag_CMDTAG_CLUSTERDeprecated
- CommandTag_CMDTAG_COMMENTDeprecated
- CommandTag_CMDTAG_COMMITDeprecated
- CommandTag_CMDTAG_COMMIT_PREPAREDDeprecated
- CommandTag_CMDTAG_COPYDeprecated
- CommandTag_CMDTAG_COPY_FROMDeprecated
- CommandTag_CMDTAG_CREATE_ACCESS_METHODDeprecated
- CommandTag_CMDTAG_CREATE_AGGREGATEDeprecated
- CommandTag_CMDTAG_CREATE_CASTDeprecated
- CommandTag_CMDTAG_CREATE_COLLATIONDeprecated
- CommandTag_CMDTAG_CREATE_CONSTRAINTDeprecated
- CommandTag_CMDTAG_CREATE_CONVERSIONDeprecated
- CommandTag_CMDTAG_CREATE_DATABASEDeprecated
- CommandTag_CMDTAG_CREATE_DOMAINDeprecated
- CommandTag_CMDTAG_CREATE_EVENT_TRIGGERDeprecated
- CommandTag_CMDTAG_CREATE_EXTENSIONDeprecated
- CommandTag_CMDTAG_CREATE_FOREIGN_TABLEDeprecated
- CommandTag_CMDTAG_CREATE_FUNCTIONDeprecated
- CommandTag_CMDTAG_CREATE_INDEXDeprecated
- CommandTag_CMDTAG_CREATE_LANGUAGEDeprecated
- CommandTag_CMDTAG_CREATE_OPERATORDeprecated
- CommandTag_CMDTAG_CREATE_OPERATOR_CLASSDeprecated
- CommandTag_CMDTAG_CREATE_OPERATOR_FAMILYDeprecated
- CommandTag_CMDTAG_CREATE_POLICYDeprecated
- CommandTag_CMDTAG_CREATE_PROCEDUREDeprecated
- CommandTag_CMDTAG_CREATE_PUBLICATIONDeprecated
- CommandTag_CMDTAG_CREATE_ROLEDeprecated
- CommandTag_CMDTAG_CREATE_ROUTINEDeprecated
- CommandTag_CMDTAG_CREATE_RULEDeprecated
- CommandTag_CMDTAG_CREATE_SCHEMADeprecated
- CommandTag_CMDTAG_CREATE_SEQUENCEDeprecated
- CommandTag_CMDTAG_CREATE_SERVERDeprecated
- CommandTag_CMDTAG_CREATE_STATISTICSDeprecated
- CommandTag_CMDTAG_CREATE_SUBSCRIPTIONDeprecated
- CommandTag_CMDTAG_CREATE_TABLEDeprecated
- CommandTag_CMDTAG_CREATE_TABLESPACEDeprecated
- CommandTag_CMDTAG_CREATE_TABLE_ASDeprecated
- CommandTag_CMDTAG_CREATE_TRANSFORMDeprecated
- CommandTag_CMDTAG_CREATE_TRIGGERDeprecated
- CommandTag_CMDTAG_CREATE_TYPEDeprecated
- CommandTag_CMDTAG_CREATE_USER_MAPPINGDeprecated
- CommandTag_CMDTAG_CREATE_VIEWDeprecated
- CommandTag_CMDTAG_DEALLOCATEDeprecated
- CommandTag_CMDTAG_DEALLOCATE_ALLDeprecated
- CommandTag_CMDTAG_DECLARE_CURSORDeprecated
- CommandTag_CMDTAG_DELETEDeprecated
- CommandTag_CMDTAG_DISCARDDeprecated
- CommandTag_CMDTAG_DISCARD_ALLDeprecated
- CommandTag_CMDTAG_DISCARD_PLANSDeprecated
- CommandTag_CMDTAG_DISCARD_SEQUENCESDeprecated
- CommandTag_CMDTAG_DISCARD_TEMPDeprecated
- CommandTag_CMDTAG_DODeprecated
- CommandTag_CMDTAG_DROP_ACCESS_METHODDeprecated
- CommandTag_CMDTAG_DROP_AGGREGATEDeprecated
- CommandTag_CMDTAG_DROP_CASTDeprecated
- CommandTag_CMDTAG_DROP_COLLATIONDeprecated
- CommandTag_CMDTAG_DROP_CONSTRAINTDeprecated
- CommandTag_CMDTAG_DROP_CONVERSIONDeprecated
- CommandTag_CMDTAG_DROP_DATABASEDeprecated
- CommandTag_CMDTAG_DROP_DOMAINDeprecated
- CommandTag_CMDTAG_DROP_EVENT_TRIGGERDeprecated
- CommandTag_CMDTAG_DROP_EXTENSIONDeprecated
- CommandTag_CMDTAG_DROP_FOREIGN_TABLEDeprecated
- CommandTag_CMDTAG_DROP_FUNCTIONDeprecated
- CommandTag_CMDTAG_DROP_INDEXDeprecated
- CommandTag_CMDTAG_DROP_LANGUAGEDeprecated
- CommandTag_CMDTAG_DROP_MATERIALIZED_VIEWDeprecated
- CommandTag_CMDTAG_DROP_OPERATORDeprecated
- CommandTag_CMDTAG_DROP_OPERATOR_CLASSDeprecated
- CommandTag_CMDTAG_DROP_OPERATOR_FAMILYDeprecated
- CommandTag_CMDTAG_DROP_OWNEDDeprecated
- CommandTag_CMDTAG_DROP_POLICYDeprecated
- CommandTag_CMDTAG_DROP_PROCEDUREDeprecated
- CommandTag_CMDTAG_DROP_PUBLICATIONDeprecated
- CommandTag_CMDTAG_DROP_ROLEDeprecated
- CommandTag_CMDTAG_DROP_ROUTINEDeprecated
- CommandTag_CMDTAG_DROP_RULEDeprecated
- CommandTag_CMDTAG_DROP_SCHEMADeprecated
- CommandTag_CMDTAG_DROP_SEQUENCEDeprecated
- CommandTag_CMDTAG_DROP_SERVERDeprecated
- CommandTag_CMDTAG_DROP_STATISTICSDeprecated
- CommandTag_CMDTAG_DROP_SUBSCRIPTIONDeprecated
- CommandTag_CMDTAG_DROP_TABLEDeprecated
- CommandTag_CMDTAG_DROP_TABLESPACEDeprecated
- CommandTag_CMDTAG_DROP_TRANSFORMDeprecated
- CommandTag_CMDTAG_DROP_TRIGGERDeprecated
- CommandTag_CMDTAG_DROP_TYPEDeprecated
- CommandTag_CMDTAG_DROP_USER_MAPPINGDeprecated
- CommandTag_CMDTAG_DROP_VIEWDeprecated
- CommandTag_CMDTAG_EXECUTEDeprecated
- CommandTag_CMDTAG_EXPLAINDeprecated
- CommandTag_CMDTAG_FETCHDeprecated
- CommandTag_CMDTAG_GRANTDeprecated
- CommandTag_CMDTAG_GRANT_ROLEDeprecated
- CommandTag_CMDTAG_IMPORT_FOREIGN_SCHEMADeprecated
- CommandTag_CMDTAG_INSERTDeprecated
- CommandTag_CMDTAG_LISTENDeprecated
- CommandTag_CMDTAG_LOADDeprecated
- CommandTag_CMDTAG_LOCK_TABLEDeprecated
- CommandTag_CMDTAG_MOVEDeprecated
- CommandTag_CMDTAG_NOTIFYDeprecated
- CommandTag_CMDTAG_PREPAREDeprecated
- CommandTag_CMDTAG_PREPARE_TRANSACTIONDeprecated
- CommandTag_CMDTAG_REASSIGN_OWNEDDeprecated
- CommandTag_CMDTAG_REINDEXDeprecated
- CommandTag_CMDTAG_RELEASEDeprecated
- CommandTag_CMDTAG_RESETDeprecated
- CommandTag_CMDTAG_REVOKEDeprecated
- CommandTag_CMDTAG_REVOKE_ROLEDeprecated
- CommandTag_CMDTAG_ROLLBACKDeprecated
- CommandTag_CMDTAG_ROLLBACK_PREPAREDDeprecated
- CommandTag_CMDTAG_SAVEPOINTDeprecated
- CommandTag_CMDTAG_SECURITY_LABELDeprecated
- CommandTag_CMDTAG_SELECTDeprecated
- CommandTag_CMDTAG_SELECT_FOR_KEY_SHAREDeprecated
- CommandTag_CMDTAG_SELECT_FOR_SHAREDeprecated
- CommandTag_CMDTAG_SELECT_FOR_UPDATEDeprecated
- CommandTag_CMDTAG_SELECT_INTODeprecated
- CommandTag_CMDTAG_SETDeprecated
- CommandTag_CMDTAG_SET_CONSTRAINTSDeprecated
- CommandTag_CMDTAG_SHOWDeprecated
- CommandTag_CMDTAG_START_TRANSACTIONDeprecated
- CommandTag_CMDTAG_TRUNCATE_TABLEDeprecated
- CommandTag_CMDTAG_UNKNOWNDeprecated
- CommandTag_CMDTAG_UNLISTENDeprecated
- CommandTag_CMDTAG_UPDATEDeprecated
- CommandTag_CMDTAG_VACUUMDeprecated
- CommandTag_COMMAND_TAG_NEXTTAGDeprecated
- ComputeQueryIdType_COMPUTE_QUERY_ID_AUTODeprecated
- ComputeQueryIdType_COMPUTE_QUERY_ID_OFFDeprecated
- ComputeQueryIdType_COMPUTE_QUERY_ID_ONDeprecated
- ConstrType_CONSTR_ATTR_DEFERRABLEDeprecated
- ConstrType_CONSTR_ATTR_DEFERREDDeprecated
- ConstrType_CONSTR_ATTR_IMMEDIATEDeprecated
- ConstrType_CONSTR_ATTR_NOT_DEFERRABLEDeprecated
- ConstrType_CONSTR_CHECKDeprecated
- ConstrType_CONSTR_DEFAULTDeprecated
- ConstrType_CONSTR_EXCLUSIONDeprecated
- ConstrType_CONSTR_FOREIGNDeprecated
- ConstrType_CONSTR_GENERATEDDeprecated
- ConstrType_CONSTR_IDENTITYDeprecated
- ConstrType_CONSTR_NOTNULLDeprecated
- ConstrType_CONSTR_NULLDeprecated
- ConstrType_CONSTR_PRIMARYDeprecated
- ConstrType_CONSTR_UNIQUEDeprecated
- CostSelector_STARTUP_COSTDeprecated
- CostSelector_TOTAL_COSTDeprecated
- DBState_DB_IN_ARCHIVE_RECOVERYDeprecated
- DBState_DB_IN_CRASH_RECOVERYDeprecated
- DBState_DB_IN_PRODUCTIONDeprecated
- DBState_DB_SHUTDOWNEDDeprecated
- DBState_DB_SHUTDOWNED_IN_RECOVERYDeprecated
- DBState_DB_SHUTDOWNINGDeprecated
- DBState_DB_STARTUPDeprecated
- DeadLockState_DS_BLOCKED_BY_AUTOVACUUMDeprecated
- DeadLockState_DS_HARD_DEADLOCKDeprecated
- DeadLockState_DS_NOT_YET_CHECKEDDeprecated
- DeadLockState_DS_NO_DEADLOCKDeprecated
- DeadLockState_DS_SOFT_DEADLOCKDeprecated
- DefElemAction_DEFELEM_ADDDeprecated
- DefElemAction_DEFELEM_DROPDeprecated
- DefElemAction_DEFELEM_SETDeprecated
- DefElemAction_DEFELEM_UNSPECDeprecated
- DependencyType_DEPENDENCY_AUTODeprecated
- DependencyType_DEPENDENCY_AUTO_EXTENSIONDeprecated
- DependencyType_DEPENDENCY_EXTENSIONDeprecated
- DependencyType_DEPENDENCY_INTERNALDeprecated
- DependencyType_DEPENDENCY_NORMALDeprecated
- DependencyType_DEPENDENCY_PARTITION_PRIDeprecated
- DependencyType_DEPENDENCY_PARTITION_SECDeprecated
- DependencyType_DEPENDENCY_PINDeprecated
- DiscardMode_DISCARD_ALLDeprecated
- DiscardMode_DISCARD_PLANSDeprecated
- DiscardMode_DISCARD_SEQUENCESDeprecated
- DiscardMode_DISCARD_TEMPDeprecated
- DropBehavior_DROP_CASCADEDeprecated
- DropBehavior_DROP_RESTRICTDeprecated
- ExplainFormat_EXPLAIN_FORMAT_JSONDeprecated
- ExplainFormat_EXPLAIN_FORMAT_TEXTDeprecated
- ExplainFormat_EXPLAIN_FORMAT_XMLDeprecated
- ExplainFormat_EXPLAIN_FORMAT_YAMLDeprecated
- ExprDoneCond_ExprEndResultDeprecated
- ExprDoneCond_ExprMultipleResultDeprecated
- ExprDoneCond_ExprSingleResultDeprecated
- ExprEvalOp_EEOP_AGGREFDeprecated
- ExprEvalOp_EEOP_AGG_DESERIALIZEDeprecated
- ExprEvalOp_EEOP_AGG_ORDERED_TRANS_DATUMDeprecated
- ExprEvalOp_EEOP_AGG_ORDERED_TRANS_TUPLEDeprecated
- ExprEvalOp_EEOP_AGG_PLAIN_TRANS_BYREFDeprecated
- ExprEvalOp_EEOP_AGG_PLAIN_TRANS_BYVALDeprecated
- ExprEvalOp_EEOP_AGG_STRICT_DESERIALIZEDeprecated
- ExprEvalOp_EEOP_ARRAYCOERCEDeprecated
- ExprEvalOp_EEOP_ARRAYEXPRDeprecated
- ExprEvalOp_EEOP_ASSIGN_INNER_VARDeprecated
- ExprEvalOp_EEOP_ASSIGN_OUTER_VARDeprecated
- ExprEvalOp_EEOP_ASSIGN_SCAN_VARDeprecated
- ExprEvalOp_EEOP_ASSIGN_TMPDeprecated
- ExprEvalOp_EEOP_ASSIGN_TMP_MAKE_RODeprecated
- ExprEvalOp_EEOP_BOOLTEST_IS_FALSEDeprecated
- ExprEvalOp_EEOP_BOOLTEST_IS_NOT_FALSEDeprecated
- ExprEvalOp_EEOP_BOOLTEST_IS_NOT_TRUEDeprecated
- ExprEvalOp_EEOP_BOOLTEST_IS_TRUEDeprecated
- ExprEvalOp_EEOP_BOOL_AND_STEPDeprecated
- ExprEvalOp_EEOP_BOOL_AND_STEP_FIRSTDeprecated
- ExprEvalOp_EEOP_BOOL_AND_STEP_LASTDeprecated
- ExprEvalOp_EEOP_BOOL_NOT_STEPDeprecated
- ExprEvalOp_EEOP_BOOL_OR_STEPDeprecated
- ExprEvalOp_EEOP_BOOL_OR_STEP_FIRSTDeprecated
- ExprEvalOp_EEOP_BOOL_OR_STEP_LASTDeprecated
- ExprEvalOp_EEOP_CASE_TESTVALDeprecated
- ExprEvalOp_EEOP_CONSTDeprecated
- ExprEvalOp_EEOP_CONVERT_ROWTYPEDeprecated
- ExprEvalOp_EEOP_CURRENTOFEXPRDeprecated
- ExprEvalOp_EEOP_DISTINCTDeprecated
- ExprEvalOp_EEOP_DOMAIN_CHECKDeprecated
- ExprEvalOp_EEOP_DOMAIN_NOTNULLDeprecated
- ExprEvalOp_EEOP_DOMAIN_TESTVALDeprecated
- ExprEvalOp_EEOP_DONEDeprecated
- ExprEvalOp_EEOP_FIELDSELECTDeprecated
- ExprEvalOp_EEOP_FIELDSTORE_DEFORMDeprecated
- ExprEvalOp_EEOP_FIELDSTORE_FORMDeprecated
- ExprEvalOp_EEOP_FUNCEXPRDeprecated
- ExprEvalOp_EEOP_FUNCEXPR_FUSAGEDeprecated
- ExprEvalOp_EEOP_FUNCEXPR_STRICTDeprecated
- ExprEvalOp_EEOP_FUNCEXPR_STRICT_FUSAGEDeprecated
- ExprEvalOp_EEOP_GROUPING_FUNCDeprecated
- ExprEvalOp_EEOP_HASHED_SCALARARRAYOPDeprecated
- ExprEvalOp_EEOP_INNER_FETCHSOMEDeprecated
- ExprEvalOp_EEOP_INNER_SYSVARDeprecated
- ExprEvalOp_EEOP_INNER_VARDeprecated
- ExprEvalOp_EEOP_IOCOERCEDeprecated
- ExprEvalOp_EEOP_JUMPDeprecated
- ExprEvalOp_EEOP_JUMP_IF_NOT_NULLDeprecated
- ExprEvalOp_EEOP_JUMP_IF_NOT_TRUEDeprecated
- ExprEvalOp_EEOP_JUMP_IF_NULLDeprecated
- ExprEvalOp_EEOP_LASTDeprecated
- ExprEvalOp_EEOP_MAKE_READONLYDeprecated
- ExprEvalOp_EEOP_MINMAXDeprecated
- ExprEvalOp_EEOP_NEXTVALUEEXPRDeprecated
- ExprEvalOp_EEOP_NOT_DISTINCTDeprecated
- ExprEvalOp_EEOP_NULLIFDeprecated
- ExprEvalOp_EEOP_NULLTEST_ISNOTNULLDeprecated
- ExprEvalOp_EEOP_NULLTEST_ISNULLDeprecated
- ExprEvalOp_EEOP_NULLTEST_ROWISNOTNULLDeprecated
- ExprEvalOp_EEOP_NULLTEST_ROWISNULLDeprecated
- ExprEvalOp_EEOP_OUTER_FETCHSOMEDeprecated
- ExprEvalOp_EEOP_OUTER_SYSVARDeprecated
- ExprEvalOp_EEOP_OUTER_VARDeprecated
- ExprEvalOp_EEOP_PARAM_CALLBACKDeprecated
- ExprEvalOp_EEOP_PARAM_EXECDeprecated
- ExprEvalOp_EEOP_PARAM_EXTERNDeprecated
- ExprEvalOp_EEOP_QUALDeprecated
- ExprEvalOp_EEOP_ROWDeprecated
- ExprEvalOp_EEOP_ROWCOMPARE_FINALDeprecated
- ExprEvalOp_EEOP_ROWCOMPARE_STEPDeprecated
- ExprEvalOp_EEOP_SBSREF_ASSIGNDeprecated
- ExprEvalOp_EEOP_SBSREF_FETCHDeprecated
- ExprEvalOp_EEOP_SBSREF_OLDDeprecated
- ExprEvalOp_EEOP_SBSREF_SUBSCRIPTSDeprecated
- ExprEvalOp_EEOP_SCALARARRAYOPDeprecated
- ExprEvalOp_EEOP_SCAN_FETCHSOMEDeprecated
- ExprEvalOp_EEOP_SCAN_SYSVARDeprecated
- ExprEvalOp_EEOP_SCAN_VARDeprecated
- ExprEvalOp_EEOP_SQLVALUEFUNCTIONDeprecated
- ExprEvalOp_EEOP_SUBPLANDeprecated
- ExprEvalOp_EEOP_WHOLEROWDeprecated
- ExprEvalOp_EEOP_WINDOW_FUNCDeprecated
- ExprEvalOp_EEOP_XMLEXPRDeprecated
- FetchDirection_FETCH_ABSOLUTEDeprecated
- FetchDirection_FETCH_BACKWARDDeprecated
- FetchDirection_FETCH_FORWARDDeprecated
- FetchDirection_FETCH_RELATIVEDeprecated
- FmgrHookEventType_FHET_ABORTDeprecated
- FmgrHookEventType_FHET_ENDDeprecated
- FmgrHookEventType_FHET_STARTDeprecated
- ForceParallelMode_FORCE_PARALLEL_OFFDeprecated
- ForceParallelMode_FORCE_PARALLEL_ONDeprecated
- ForceParallelMode_FORCE_PARALLEL_REGRESSDeprecated
- ForkNumber_FSM_FORKNUMDeprecated
- ForkNumber_INIT_FORKNUMDeprecated
- ForkNumber_InvalidForkNumberDeprecated
- ForkNumber_MAIN_FORKNUMDeprecated
- ForkNumber_VISIBILITYMAP_FORKNUMDeprecated
- FuncDetailCode_FUNCDETAIL_AGGREGATEDeprecated
- FuncDetailCode_FUNCDETAIL_COERCIONDeprecated
- FuncDetailCode_FUNCDETAIL_MULTIPLEDeprecated
- FuncDetailCode_FUNCDETAIL_NORMALDeprecated
- FuncDetailCode_FUNCDETAIL_NOTFOUNDDeprecated
- FuncDetailCode_FUNCDETAIL_PROCEDUREDeprecated
- FuncDetailCode_FUNCDETAIL_WINDOWFUNCDeprecated
- FunctionParameterMode_FUNC_PARAM_DEFAULTDeprecated
- FunctionParameterMode_FUNC_PARAM_INDeprecated
- FunctionParameterMode_FUNC_PARAM_INOUTDeprecated
- FunctionParameterMode_FUNC_PARAM_OUTDeprecated
- FunctionParameterMode_FUNC_PARAM_TABLEDeprecated
- GrantTargetType_ACL_TARGET_ALL_IN_SCHEMADeprecated
- GrantTargetType_ACL_TARGET_DEFAULTSDeprecated
- GrantTargetType_ACL_TARGET_OBJECTDeprecated
- GroupingSetKind_GROUPING_SET_CUBEDeprecated
- GroupingSetKind_GROUPING_SET_EMPTYDeprecated
- GroupingSetKind_GROUPING_SET_ROLLUPDeprecated
- GroupingSetKind_GROUPING_SET_SETSDeprecated
- GroupingSetKind_GROUPING_SET_SIMPLEDeprecated
- GucAction_GUC_ACTION_LOCALDeprecated
- GucAction_GUC_ACTION_SAVEDeprecated
- GucAction_GUC_ACTION_SETDeprecated
- GucContext_PGC_BACKENDDeprecated
- GucContext_PGC_INTERNALDeprecated
- GucContext_PGC_POSTMASTERDeprecated
- GucContext_PGC_SIGHUPDeprecated
- GucContext_PGC_SUSETDeprecated
- GucContext_PGC_SU_BACKENDDeprecated
- GucContext_PGC_USERSETDeprecated
- GucSource_PGC_S_ARGVDeprecated
- GucSource_PGC_S_CLIENTDeprecated
- GucSource_PGC_S_DATABASEDeprecated
- GucSource_PGC_S_DATABASE_USERDeprecated
- GucSource_PGC_S_DEFAULTDeprecated
- GucSource_PGC_S_DYNAMIC_DEFAULTDeprecated
- GucSource_PGC_S_ENV_VARDeprecated
- GucSource_PGC_S_FILEDeprecated
- GucSource_PGC_S_GLOBALDeprecated
- GucSource_PGC_S_INTERACTIVEDeprecated
- GucSource_PGC_S_OVERRIDEDeprecated
- GucSource_PGC_S_SESSIONDeprecated
- GucSource_PGC_S_TESTDeprecated
- GucSource_PGC_S_USERDeprecated
- HASHACTION_HASH_ENTERDeprecated
- HASHACTION_HASH_ENTER_NULLDeprecated
- HASHACTION_HASH_FINDDeprecated
- HASHACTION_HASH_REMOVEDeprecated
- HTSV_Result_HEAPTUPLE_DEADDeprecated
- HTSV_Result_HEAPTUPLE_DELETE_IN_PROGRESSDeprecated
- HTSV_Result_HEAPTUPLE_INSERT_IN_PROGRESSDeprecated
- HTSV_Result_HEAPTUPLE_LIVEDeprecated
- HTSV_Result_HEAPTUPLE_RECENTLY_DEADDeprecated
- HotStandbyState_STANDBY_DISABLEDDeprecated
- HotStandbyState_STANDBY_INITIALIZEDDeprecated
- HotStandbyState_STANDBY_SNAPSHOT_PENDINGDeprecated
- HotStandbyState_STANDBY_SNAPSHOT_READYDeprecated
- IOFuncSelector_IOFunc_inputDeprecated
- IOFuncSelector_IOFunc_outputDeprecated
- IOFuncSelector_IOFunc_receiveDeprecated
- IOFuncSelector_IOFunc_sendDeprecated
- IdentifierLookup_IDENTIFIER_LOOKUP_EXPRDeprecated
- IndexAMProperty_AMPROP_ASCDeprecated
- IndexAMProperty_AMPROP_BACKWARD_SCANDeprecated
- IndexAMProperty_AMPROP_BITMAP_SCANDeprecated
- IndexAMProperty_AMPROP_CAN_EXCLUDEDeprecated
- IndexAMProperty_AMPROP_CAN_INCLUDEDeprecated
- IndexAMProperty_AMPROP_CAN_MULTI_COLDeprecated
- IndexAMProperty_AMPROP_CAN_ORDERDeprecated
- IndexAMProperty_AMPROP_CAN_UNIQUEDeprecated
- IndexAMProperty_AMPROP_CLUSTERABLEDeprecated
- IndexAMProperty_AMPROP_DESCDeprecated
- IndexAMProperty_AMPROP_INDEX_SCANDeprecated
- IndexAMProperty_AMPROP_NULLS_FIRSTDeprecated
- IndexAMProperty_AMPROP_NULLS_LASTDeprecated
- IndexAMProperty_AMPROP_ORDERABLEDeprecated
- IndexAMProperty_AMPROP_RETURNABLEDeprecated
- IndexAMProperty_AMPROP_SEARCH_ARRAYDeprecated
- IndexAMProperty_AMPROP_SEARCH_NULLSDeprecated
- IndexAMProperty_AMPROP_UNKNOWNDeprecated
- IndexUniqueCheck_UNIQUE_CHECK_EXISTINGDeprecated
- IndexUniqueCheck_UNIQUE_CHECK_NODeprecated
- IndexUniqueCheck_UNIQUE_CHECK_PARTIALDeprecated
- IndexUniqueCheck_UNIQUE_CHECK_YESDeprecated
- InstrumentOption_INSTRUMENT_ALLDeprecated
- InstrumentOption_INSTRUMENT_BUFFERSDeprecated
- InstrumentOption_INSTRUMENT_ROWSDeprecated
- InstrumentOption_INSTRUMENT_TIMERDeprecated
- InstrumentOption_INSTRUMENT_WALDeprecated
- this comes from
postgres_ext.h
- JoinType_JOIN_ANTIDeprecated
- JoinType_JOIN_FULLDeprecated
- JoinType_JOIN_INNERDeprecated
- JoinType_JOIN_LEFTDeprecated
- JoinType_JOIN_RIGHTDeprecated
- JoinType_JOIN_SEMIDeprecated
- JoinType_JOIN_UNIQUE_INNERDeprecated
- JoinType_JOIN_UNIQUE_OUTERDeprecated
- JsonbIterState_JBI_ARRAY_ELEMDeprecated
- JsonbIterState_JBI_ARRAY_STARTDeprecated
- JsonbIterState_JBI_OBJECT_KEYDeprecated
- JsonbIterState_JBI_OBJECT_STARTDeprecated
- JsonbIterState_JBI_OBJECT_VALUEDeprecated
- JsonbIteratorToken_WJB_BEGIN_ARRAYDeprecated
- JsonbIteratorToken_WJB_BEGIN_OBJECTDeprecated
- JsonbIteratorToken_WJB_DONEDeprecated
- JsonbIteratorToken_WJB_ELEMDeprecated
- JsonbIteratorToken_WJB_END_ARRAYDeprecated
- JsonbIteratorToken_WJB_END_OBJECTDeprecated
- JsonbIteratorToken_WJB_KEYDeprecated
- JsonbIteratorToken_WJB_VALUEDeprecated
- LWLockMode_LW_EXCLUSIVEDeprecated
- LWLockMode_LW_SHAREDDeprecated
- LWLockMode_LW_WAIT_UNTIL_FREEDeprecated
- LimitOption_LIMIT_OPTION_COUNTDeprecated
- LimitOption_LIMIT_OPTION_DEFAULTDeprecated
- LimitOption_LIMIT_OPTION_WITH_TIESDeprecated
- LimitStateCond_LIMIT_EMPTYDeprecated
- LimitStateCond_LIMIT_INITIALDeprecated
- LimitStateCond_LIMIT_INWINDOWDeprecated
- LimitStateCond_LIMIT_RESCANDeprecated
- LimitStateCond_LIMIT_SUBPLANEOFDeprecated
- LimitStateCond_LIMIT_WINDOWENDDeprecated
- LimitStateCond_LIMIT_WINDOWEND_TIESDeprecated
- LimitStateCond_LIMIT_WINDOWSTARTDeprecated
- LockAcquireResult_LOCKACQUIRE_NOT_AVAILDeprecated
- LockAcquireResult_LOCKACQUIRE_OKDeprecated
- LockClauseStrength_LCS_FORKEYSHAREDeprecated
- LockClauseStrength_LCS_FORNOKEYUPDATEDeprecated
- LockClauseStrength_LCS_FORSHAREDeprecated
- LockClauseStrength_LCS_FORUPDATEDeprecated
- LockClauseStrength_LCS_NONEDeprecated
- LockTagType_LOCKTAG_ADVISORYDeprecated
- LockTagType_LOCKTAG_DATABASE_FROZEN_IDSDeprecated
- LockTagType_LOCKTAG_OBJECTDeprecated
- LockTagType_LOCKTAG_PAGEDeprecated
- LockTagType_LOCKTAG_RELATIONDeprecated
- LockTagType_LOCKTAG_RELATION_EXTENDDeprecated
- LockTagType_LOCKTAG_SPECULATIVE_TOKENDeprecated
- LockTagType_LOCKTAG_TRANSACTIONDeprecated
- LockTagType_LOCKTAG_TUPLEDeprecated
- LockTagType_LOCKTAG_USERLOCKDeprecated
- LockTagType_LOCKTAG_VIRTUALTRANSACTIONDeprecated
- LockTupleMode_LockTupleExclusiveDeprecated
- LockTupleMode_LockTupleKeyShareDeprecated
- LockTupleMode_LockTupleNoKeyExclusiveDeprecated
- LockTupleMode_LockTupleShareDeprecated
- LockWaitPolicy_LockWaitBlockDeprecated
- LockWaitPolicy_LockWaitErrorDeprecated
- LockWaitPolicy_LockWaitSkipDeprecated
- LogStmtLevel_LOGSTMT_ALLDeprecated
- LogStmtLevel_LOGSTMT_DDLDeprecated
- LogStmtLevel_LOGSTMT_MODDeprecated
- LogStmtLevel_LOGSTMT_NONEDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_BEGINDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_COMMITDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_DELETEDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_INSERTDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_ORIGINDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_TYPEDeprecated
- LogicalRepMsgType_LOGICAL_REP_MSG_UPDATEDeprecated
- MinMaxOp_IS_GREATESTDeprecated
- MinMaxOp_IS_LEASTDeprecated
- MultiXactStatus_MultiXactStatusForShareDeprecated
- MultiXactStatus_MultiXactStatusForUpdateDeprecated
- MultiXactStatus_MultiXactStatusUpdateDeprecated
- NullTestType_IS_NOT_NULLDeprecated
- NullTestType_IS_NULLDeprecated
- ObjectAccessType_OAT_DROPDeprecated
- ObjectAccessType_OAT_FUNCTION_EXECUTEDeprecated
- ObjectAccessType_OAT_NAMESPACE_SEARCHDeprecated
- ObjectAccessType_OAT_POST_ALTERDeprecated
- ObjectAccessType_OAT_POST_CREATEDeprecated
- ObjectAccessType_OAT_TRUNCATEDeprecated
- ObjectClass_OCLASS_AMDeprecated
- ObjectClass_OCLASS_AMOPDeprecated
- ObjectClass_OCLASS_AMPROCDeprecated
- ObjectClass_OCLASS_CASTDeprecated
- ObjectClass_OCLASS_CLASSDeprecated
- ObjectClass_OCLASS_COLLATIONDeprecated
- ObjectClass_OCLASS_CONSTRAINTDeprecated
- ObjectClass_OCLASS_CONVERSIONDeprecated
- ObjectClass_OCLASS_DATABASEDeprecated
- ObjectClass_OCLASS_DEFACLDeprecated
- ObjectClass_OCLASS_DEFAULTDeprecated
- ObjectClass_OCLASS_EVENT_TRIGGERDeprecated
- ObjectClass_OCLASS_EXTENSIONDeprecated
- ObjectClass_OCLASS_FDWDeprecated
- ObjectClass_OCLASS_FOREIGN_SERVERDeprecated
- ObjectClass_OCLASS_LANGUAGEDeprecated
- ObjectClass_OCLASS_LARGEOBJECTDeprecated
- ObjectClass_OCLASS_OPCLASSDeprecated
- ObjectClass_OCLASS_OPERATORDeprecated
- ObjectClass_OCLASS_OPFAMILYDeprecated
- ObjectClass_OCLASS_POLICYDeprecated
- ObjectClass_OCLASS_PROCDeprecated
- ObjectClass_OCLASS_PUBLICATIONDeprecated
- ObjectClass_OCLASS_PUBLICATION_RELDeprecated
- ObjectClass_OCLASS_REWRITEDeprecated
- ObjectClass_OCLASS_ROLEDeprecated
- ObjectClass_OCLASS_SCHEMADeprecated
- ObjectClass_OCLASS_STATISTIC_EXTDeprecated
- ObjectClass_OCLASS_SUBSCRIPTIONDeprecated
- ObjectClass_OCLASS_TBLSPACEDeprecated
- ObjectClass_OCLASS_TRANSFORMDeprecated
- ObjectClass_OCLASS_TRIGGERDeprecated
- ObjectClass_OCLASS_TSCONFIGDeprecated
- ObjectClass_OCLASS_TSDICTDeprecated
- ObjectClass_OCLASS_TSPARSERDeprecated
- ObjectClass_OCLASS_TSTEMPLATEDeprecated
- ObjectClass_OCLASS_TYPEDeprecated
- ObjectClass_OCLASS_USER_MAPPINGDeprecated
- ObjectType_OBJECT_ACCESS_METHODDeprecated
- ObjectType_OBJECT_AGGREGATEDeprecated
- ObjectType_OBJECT_AMOPDeprecated
- ObjectType_OBJECT_AMPROCDeprecated
- ObjectType_OBJECT_ATTRIBUTEDeprecated
- ObjectType_OBJECT_CASTDeprecated
- ObjectType_OBJECT_COLLATIONDeprecated
- ObjectType_OBJECT_COLUMNDeprecated
- ObjectType_OBJECT_CONVERSIONDeprecated
- ObjectType_OBJECT_DATABASEDeprecated
- ObjectType_OBJECT_DEFACLDeprecated
- ObjectType_OBJECT_DEFAULTDeprecated
- ObjectType_OBJECT_DOMAINDeprecated
- ObjectType_OBJECT_DOMCONSTRAINTDeprecated
- ObjectType_OBJECT_EVENT_TRIGGERDeprecated
- ObjectType_OBJECT_EXTENSIONDeprecated
- ObjectType_OBJECT_FDWDeprecated
- ObjectType_OBJECT_FOREIGN_SERVERDeprecated
- ObjectType_OBJECT_FOREIGN_TABLEDeprecated
- ObjectType_OBJECT_FUNCTIONDeprecated
- ObjectType_OBJECT_INDEXDeprecated
- ObjectType_OBJECT_LANGUAGEDeprecated
- ObjectType_OBJECT_LARGEOBJECTDeprecated
- ObjectType_OBJECT_MATVIEWDeprecated
- ObjectType_OBJECT_OPCLASSDeprecated
- ObjectType_OBJECT_OPERATORDeprecated
- ObjectType_OBJECT_OPFAMILYDeprecated
- ObjectType_OBJECT_POLICYDeprecated
- ObjectType_OBJECT_PROCEDUREDeprecated
- ObjectType_OBJECT_PUBLICATIONDeprecated
- ObjectType_OBJECT_PUBLICATION_RELDeprecated
- ObjectType_OBJECT_ROLEDeprecated
- ObjectType_OBJECT_ROUTINEDeprecated
- ObjectType_OBJECT_RULEDeprecated
- ObjectType_OBJECT_SCHEMADeprecated
- ObjectType_OBJECT_SEQUENCEDeprecated
- ObjectType_OBJECT_STATISTIC_EXTDeprecated
- ObjectType_OBJECT_SUBSCRIPTIONDeprecated
- ObjectType_OBJECT_TABCONSTRAINTDeprecated
- ObjectType_OBJECT_TABLEDeprecated
- ObjectType_OBJECT_TABLESPACEDeprecated
- ObjectType_OBJECT_TRANSFORMDeprecated
- ObjectType_OBJECT_TRIGGERDeprecated
- ObjectType_OBJECT_TSCONFIGURATIONDeprecated
- ObjectType_OBJECT_TSDICTIONARYDeprecated
- ObjectType_OBJECT_TSPARSERDeprecated
- ObjectType_OBJECT_TSTEMPLATEDeprecated
- ObjectType_OBJECT_TYPEDeprecated
- ObjectType_OBJECT_USER_MAPPINGDeprecated
- ObjectType_OBJECT_VIEWDeprecated
- OnCommitAction_ONCOMMIT_DELETE_ROWSDeprecated
- OnCommitAction_ONCOMMIT_DROPDeprecated
- OnCommitAction_ONCOMMIT_NOOPDeprecated
- OnCommitAction_ONCOMMIT_PRESERVE_ROWSDeprecated
- OnConflictAction_ONCONFLICT_NONEDeprecated
- OnConflictAction_ONCONFLICT_NOTHINGDeprecated
- OnConflictAction_ONCONFLICT_UPDATEDeprecated
- OverridingKind_OVERRIDING_NOT_SETDeprecated
- OverridingKind_OVERRIDING_SYSTEM_VALUEDeprecated
- OverridingKind_OVERRIDING_USER_VALUEDeprecated
- PGErrorVerbosity_PGERROR_DEFAULTDeprecated
- PGErrorVerbosity_PGERROR_TERSEDeprecated
- PGErrorVerbosity_PGERROR_VERBOSEDeprecated
- PLpgSQL_datum_type_PLPGSQL_DTYPE_PROMISEDeprecated
- PLpgSQL_datum_type_PLPGSQL_DTYPE_RECDeprecated
- PLpgSQL_datum_type_PLPGSQL_DTYPE_ROWDeprecated
- PLpgSQL_datum_type_PLPGSQL_DTYPE_VARDeprecated
- PLpgSQL_label_type_PLPGSQL_LABEL_BLOCKDeprecated
- PLpgSQL_label_type_PLPGSQL_LABEL_LOOPDeprecated
- PLpgSQL_label_type_PLPGSQL_LABEL_OTHERDeprecated
- PLpgSQL_nsitem_type_PLPGSQL_NSTYPE_LABELDeprecated
- PLpgSQL_nsitem_type_PLPGSQL_NSTYPE_RECDeprecated
- PLpgSQL_nsitem_type_PLPGSQL_NSTYPE_VARDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_ASSERTDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_ASSIGNDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_BLOCKDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_CALLDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_CASEDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_CLOSEDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_COMMITDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_DYNFORSDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_EXECSQLDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_EXITDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_FETCHDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_FORCDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_FOREACH_ADeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_FORIDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_FORSDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_GETDIAGDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_IFDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_LOOPDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_OPENDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_PERFORMDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_RAISEDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_RETURNDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_ROLLBACKDeprecated
- PLpgSQL_stmt_type_PLPGSQL_STMT_WHILEDeprecated
- PLpgSQL_trigtype_PLPGSQL_DML_TRIGGERDeprecated
- PLpgSQL_trigtype_PLPGSQL_EVENT_TRIGGERDeprecated
- PLpgSQL_trigtype_PLPGSQL_NOT_TRIGGERDeprecated
- PLpgSQL_type_type_PLPGSQL_TTYPE_PSEUDODeprecated
- PLpgSQL_type_type_PLPGSQL_TTYPE_RECDeprecated
- PLpgSQL_type_type_PLPGSQL_TTYPE_SCALARDeprecated
- ParamKind_PARAM_EXECDeprecated
- ParamKind_PARAM_EXTERNDeprecated
- ParamKind_PARAM_MULTIEXPRDeprecated
- ParamKind_PARAM_SUBLINKDeprecated
- ParseExprKind_EXPR_KIND_CALL_ARGUMENTDeprecated
- ParseExprKind_EXPR_KIND_CHECK_CONSTRAINTDeprecated
- ParseExprKind_EXPR_KIND_COLUMN_DEFAULTDeprecated
- ParseExprKind_EXPR_KIND_COPY_WHEREDeprecated
- ParseExprKind_EXPR_KIND_CYCLE_MARKDeprecated
- ParseExprKind_EXPR_KIND_DISTINCT_ONDeprecated
- ParseExprKind_EXPR_KIND_DOMAIN_CHECKDeprecated
- ParseExprKind_EXPR_KIND_FILTERDeprecated
- ParseExprKind_EXPR_KIND_FROM_FUNCTIONDeprecated
- ParseExprKind_EXPR_KIND_FROM_SUBSELECTDeprecated
- ParseExprKind_EXPR_KIND_FUNCTION_DEFAULTDeprecated
- ParseExprKind_EXPR_KIND_GENERATED_COLUMNDeprecated
- ParseExprKind_EXPR_KIND_GROUP_BYDeprecated
- ParseExprKind_EXPR_KIND_HAVINGDeprecated
- ParseExprKind_EXPR_KIND_INDEX_EXPRESSIONDeprecated
- ParseExprKind_EXPR_KIND_INDEX_PREDICATEDeprecated
- ParseExprKind_EXPR_KIND_INSERT_TARGETDeprecated
- ParseExprKind_EXPR_KIND_JOIN_ONDeprecated
- ParseExprKind_EXPR_KIND_JOIN_USINGDeprecated
- ParseExprKind_EXPR_KIND_LIMITDeprecated
- ParseExprKind_EXPR_KIND_NONEDeprecated
- ParseExprKind_EXPR_KIND_OFFSETDeprecated
- ParseExprKind_EXPR_KIND_ORDER_BYDeprecated
- ParseExprKind_EXPR_KIND_OTHERDeprecated
- ParseExprKind_EXPR_KIND_PARTITION_BOUNDDeprecated
- ParseExprKind_EXPR_KIND_POLICYDeprecated
- ParseExprKind_EXPR_KIND_RETURNINGDeprecated
- ParseExprKind_EXPR_KIND_SELECT_TARGETDeprecated
- ParseExprKind_EXPR_KIND_STATS_EXPRESSIONDeprecated
- ParseExprKind_EXPR_KIND_TRIGGER_WHENDeprecated
- ParseExprKind_EXPR_KIND_UPDATE_SOURCEDeprecated
- ParseExprKind_EXPR_KIND_UPDATE_TARGETDeprecated
- ParseExprKind_EXPR_KIND_VALUESDeprecated
- ParseExprKind_EXPR_KIND_VALUES_SINGLEDeprecated
- ParseExprKind_EXPR_KIND_WHEREDeprecated
- ParseExprKind_EXPR_KIND_WINDOW_ORDERDeprecated
- ParseExprKind_EXPR_KIND_WINDOW_PARTITIONDeprecated
- PasswordType_PASSWORD_TYPE_MD5Deprecated
- PasswordType_PASSWORD_TYPE_PLAINTEXTDeprecated
- PasswordType_PASSWORD_TYPE_SCRAM_SHA_256Deprecated
- PathKeysComparison_PATHKEYS_BETTER1Deprecated
- PathKeysComparison_PATHKEYS_BETTER2Deprecated
- PathKeysComparison_PATHKEYS_DIFFERENTDeprecated
- PathKeysComparison_PATHKEYS_EQUALDeprecated
- PgStat_Shared_Reset_Target_RESET_WALDeprecated
- PgStat_Single_Reset_Type_RESET_FUNCTIONDeprecated
- PgStat_Single_Reset_Type_RESET_TABLEDeprecated
- PlanCacheMode_PLAN_CACHE_MODE_AUTODeprecated
- PortalStatus_PORTAL_ACTIVEDeprecated
- PortalStatus_PORTAL_DEFINEDDeprecated
- PortalStatus_PORTAL_DONEDeprecated
- PortalStatus_PORTAL_FAILEDDeprecated
- PortalStatus_PORTAL_NEWDeprecated
- PortalStatus_PORTAL_READYDeprecated
- PortalStrategy_PORTAL_MULTI_QUERYDeprecated
- PortalStrategy_PORTAL_ONE_MOD_WITHDeprecated
- PortalStrategy_PORTAL_ONE_RETURNINGDeprecated
- PortalStrategy_PORTAL_ONE_SELECTDeprecated
- PortalStrategy_PORTAL_UTIL_SELECTDeprecated
- ProcSignalReason_NUM_PROCSIGNALSDeprecated
- ProcSignalReason_PROCSIG_BARRIERDeprecated
- ProcWaitStatus_PROC_WAIT_STATUS_ERRORDeprecated
- ProcWaitStatus_PROC_WAIT_STATUS_OKDeprecated
- ProcWaitStatus_PROC_WAIT_STATUS_WAITINGDeprecated
- ProcessingMode_BootstrapProcessingDeprecated
- ProcessingMode_InitProcessingDeprecated
- ProcessingMode_NormalProcessingDeprecated
- PublicationPartOpt_PUBLICATION_PART_ALLDeprecated
- PublicationPartOpt_PUBLICATION_PART_LEAFDeprecated
- PublicationPartOpt_PUBLICATION_PART_ROOTDeprecated
- QuerySource_QSRC_INSTEAD_RULEDeprecated
- QuerySource_QSRC_NON_INSTEAD_RULEDeprecated
- QuerySource_QSRC_ORIGINALDeprecated
- QuerySource_QSRC_PARSERDeprecated
- QuerySource_QSRC_QUAL_INSTEAD_RULEDeprecated
- RTEKind_RTE_CTEDeprecated
- RTEKind_RTE_FUNCTIONDeprecated
- RTEKind_RTE_JOINDeprecated
- RTEKind_RTE_NAMEDTUPLESTOREDeprecated
- RTEKind_RTE_RELATIONDeprecated
- RTEKind_RTE_RESULTDeprecated
- RTEKind_RTE_SUBQUERYDeprecated
- RTEKind_RTE_TABLEFUNCDeprecated
- RTEKind_RTE_VALUESDeprecated
- RVROption_RVR_MISSING_OKDeprecated
- RVROption_RVR_NOWAITDeprecated
- RVROption_RVR_SKIP_LOCKEDDeprecated
- RawParseMode_RAW_PARSE_DEFAULTDeprecated
- RawParseMode_RAW_PARSE_PLPGSQL_ASSIGN1Deprecated
- RawParseMode_RAW_PARSE_PLPGSQL_ASSIGN2Deprecated
- RawParseMode_RAW_PARSE_PLPGSQL_ASSIGN3Deprecated
- RawParseMode_RAW_PARSE_PLPGSQL_EXPRDeprecated
- RawParseMode_RAW_PARSE_TYPE_NAMEDeprecated
- ReadBufferMode_RBM_NORMALDeprecated
- ReadBufferMode_RBM_NORMAL_NO_LOGDeprecated
- ReadBufferMode_RBM_ZERO_AND_CLEANUP_LOCKDeprecated
- ReadBufferMode_RBM_ZERO_AND_LOCKDeprecated
- ReadBufferMode_RBM_ZERO_ON_ERRORDeprecated
- RecoveryPauseState_RECOVERY_NOT_PAUSEDDeprecated
- RecoveryPauseState_RECOVERY_PAUSEDDeprecated
- RecoveryState_RECOVERY_STATE_ARCHIVEDeprecated
- RecoveryState_RECOVERY_STATE_CRASHDeprecated
- RecoveryState_RECOVERY_STATE_DONEDeprecated
- RecoveryTargetType_RECOVERY_TARGET_LSNDeprecated
- RecoveryTargetType_RECOVERY_TARGET_NAMEDeprecated
- RecoveryTargetType_RECOVERY_TARGET_TIMEDeprecated
- RecoveryTargetType_RECOVERY_TARGET_UNSETDeprecated
- RecoveryTargetType_RECOVERY_TARGET_XIDDeprecated
- ReindexObjectType_REINDEX_OBJECT_INDEXDeprecated
- ReindexObjectType_REINDEX_OBJECT_SCHEMADeprecated
- ReindexObjectType_REINDEX_OBJECT_SYSTEMDeprecated
- ReindexObjectType_REINDEX_OBJECT_TABLEDeprecated
- RelOptKind_RELOPT_BASERELDeprecated
- RelOptKind_RELOPT_DEADRELDeprecated
- RelOptKind_RELOPT_JOINRELDeprecated
- RelOptKind_RELOPT_OTHER_JOINRELDeprecated
- RelOptKind_RELOPT_OTHER_MEMBER_RELDeprecated
- RelOptKind_RELOPT_OTHER_UPPER_RELDeprecated
- RelOptKind_RELOPT_UPPER_RELDeprecated
- ReplicationKind_REPLICATION_KIND_LOGICALDeprecated
- ReplicationSlotPersistency_RS_EPHEMERALDeprecated
- ReplicationSlotPersistency_RS_PERSISTENTDeprecated
- ReplicationSlotPersistency_RS_TEMPORARYDeprecated
- RmgrIds_RM_BRIN_IDDeprecated
- RmgrIds_RM_BTREE_IDDeprecated
- RmgrIds_RM_CLOG_IDDeprecated
- RmgrIds_RM_COMMIT_TS_IDDeprecated
- RmgrIds_RM_DBASE_IDDeprecated
- RmgrIds_RM_GENERIC_IDDeprecated
- RmgrIds_RM_GIN_IDDeprecated
- RmgrIds_RM_GIST_IDDeprecated
- RmgrIds_RM_HASH_IDDeprecated
- RmgrIds_RM_HEAP2_IDDeprecated
- RmgrIds_RM_HEAP_IDDeprecated
- RmgrIds_RM_LOGICALMSG_IDDeprecated
- RmgrIds_RM_MULTIXACT_IDDeprecated
- RmgrIds_RM_NEXT_IDDeprecated
- RmgrIds_RM_RELMAP_IDDeprecated
- RmgrIds_RM_REPLORIGIN_IDDeprecated
- RmgrIds_RM_SEQ_IDDeprecated
- RmgrIds_RM_SMGR_IDDeprecated
- RmgrIds_RM_SPGIST_IDDeprecated
- RmgrIds_RM_STANDBY_IDDeprecated
- RmgrIds_RM_TBLSPC_IDDeprecated
- RmgrIds_RM_XACT_IDDeprecated
- RmgrIds_RM_XLOG_IDDeprecated
- RoleSpecType_ROLESPEC_CSTRINGDeprecated
- RoleSpecType_ROLESPEC_CURRENT_ROLEDeprecated
- RoleSpecType_ROLESPEC_CURRENT_USERDeprecated
- RoleSpecType_ROLESPEC_PUBLICDeprecated
- RoleSpecType_ROLESPEC_SESSION_USERDeprecated
- RoleStmtType_ROLESTMT_GROUPDeprecated
- RoleStmtType_ROLESTMT_ROLEDeprecated
- RoleStmtType_ROLESTMT_USERDeprecated
- RowCompareType_ROWCOMPARE_EQDeprecated
- RowCompareType_ROWCOMPARE_GEDeprecated
- RowCompareType_ROWCOMPARE_GTDeprecated
- RowCompareType_ROWCOMPARE_LEDeprecated
- RowCompareType_ROWCOMPARE_LTDeprecated
- RowCompareType_ROWCOMPARE_NEDeprecated
- RowMarkType_ROW_MARK_COPYDeprecated
- RowMarkType_ROW_MARK_EXCLUSIVEDeprecated
- RowMarkType_ROW_MARK_KEYSHAREDeprecated
- RowMarkType_ROW_MARK_NOKEYEXCLUSIVEDeprecated
- RowMarkType_ROW_MARK_REFERENCEDeprecated
- RowMarkType_ROW_MARK_SHAREDeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_CATALOGDeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_DATEDeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_ROLEDeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_SCHEMADeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_TIMEDeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_TIME_NDeprecated
- SQLValueFunctionOp_SVFOP_CURRENT_USERDeprecated
- SQLValueFunctionOp_SVFOP_LOCALTIMEDeprecated
- SQLValueFunctionOp_SVFOP_LOCALTIMESTAMPDeprecated
- SQLValueFunctionOp_SVFOP_LOCALTIME_NDeprecated
- SQLValueFunctionOp_SVFOP_SESSION_USERDeprecated
- SQLValueFunctionOp_SVFOP_USERDeprecated
- ScanDirection_BackwardScanDirectionDeprecated
- ScanDirection_ForwardScanDirectionDeprecated
- ScanDirection_NoMovementScanDirectionDeprecated
- ScanOptions_SO_ALLOW_PAGEMODEDeprecated
- ScanOptions_SO_ALLOW_STRATDeprecated
- ScanOptions_SO_ALLOW_SYNCDeprecated
- ScanOptions_SO_TEMP_SNAPSHOTDeprecated
- ScanOptions_SO_TYPE_ANALYZEDeprecated
- ScanOptions_SO_TYPE_BITMAPSCANDeprecated
- ScanOptions_SO_TYPE_SAMPLESCANDeprecated
- ScanOptions_SO_TYPE_SEQSCANDeprecated
- ScanOptions_SO_TYPE_TIDRANGESCANDeprecated
- ScanOptions_SO_TYPE_TIDSCANDeprecated
- SessionBackupState_SESSION_BACKUP_NONEDeprecated
- SessionEndType_DISCONNECT_CLIENT_EOFDeprecated
- SessionEndType_DISCONNECT_FATALDeprecated
- SessionEndType_DISCONNECT_KILLEDDeprecated
- SessionEndType_DISCONNECT_NORMALDeprecated
- SessionEndType_DISCONNECT_NOT_YETDeprecated
- SetFunctionReturnMode_SFRM_MaterializeDeprecated
- SetFunctionReturnMode_SFRM_ValuePerCallDeprecated
- SetOpCmd_SETOPCMD_EXCEPTDeprecated
- SetOpCmd_SETOPCMD_EXCEPT_ALLDeprecated
- SetOpCmd_SETOPCMD_INTERSECTDeprecated
- SetOpCmd_SETOPCMD_INTERSECT_ALLDeprecated
- SetOpStrategy_SETOP_HASHEDDeprecated
- SetOpStrategy_SETOP_SORTEDDeprecated
- SetOperation_SETOP_EXCEPTDeprecated
- SetOperation_SETOP_INTERSECTDeprecated
- SetOperation_SETOP_NONEDeprecated
- SetOperation_SETOP_UNIONDeprecated
- SetQuantifier_SET_QUANTIFIER_ALLDeprecated
- SetQuantifier_SET_QUANTIFIER_DEFAULTDeprecated
- SetQuantifier_SET_QUANTIFIER_DISTINCTDeprecated
- SharedBitmapState_BM_FINISHEDDeprecated
- SharedBitmapState_BM_INITIALDeprecated
- SharedBitmapState_BM_INPROGRESSDeprecated
- SnapshotType_SNAPSHOT_ANYDeprecated
- SnapshotType_SNAPSHOT_DIRTYDeprecated
- SnapshotType_SNAPSHOT_HISTORIC_MVCCDeprecated
- SnapshotType_SNAPSHOT_MVCCDeprecated
- SnapshotType_SNAPSHOT_NON_VACUUMABLEDeprecated
- SnapshotType_SNAPSHOT_SELFDeprecated
- SnapshotType_SNAPSHOT_TOASTDeprecated
- SortByDir_SORTBY_ASCDeprecated
- SortByDir_SORTBY_DEFAULTDeprecated
- SortByDir_SORTBY_DESCDeprecated
- SortByDir_SORTBY_USINGDeprecated
- SortByNulls_SORTBY_NULLS_DEFAULTDeprecated
- SortByNulls_SORTBY_NULLS_FIRSTDeprecated
- SortByNulls_SORTBY_NULLS_LASTDeprecated
- StatMsgType_PGSTAT_MTYPE_ANALYZEDeprecated
- StatMsgType_PGSTAT_MTYPE_ARCHIVERDeprecated
- StatMsgType_PGSTAT_MTYPE_AUTOVAC_STARTDeprecated
- StatMsgType_PGSTAT_MTYPE_BGWRITERDeprecated
- StatMsgType_PGSTAT_MTYPE_CHECKSUMFAILUREDeprecated
- StatMsgType_PGSTAT_MTYPE_CONNECTDeprecated
- StatMsgType_PGSTAT_MTYPE_DEADLOCKDeprecated
- StatMsgType_PGSTAT_MTYPE_DISCONNECTDeprecated
- StatMsgType_PGSTAT_MTYPE_DROPDBDeprecated
- StatMsgType_PGSTAT_MTYPE_DUMMYDeprecated
- StatMsgType_PGSTAT_MTYPE_FUNCPURGEDeprecated
- StatMsgType_PGSTAT_MTYPE_FUNCSTATDeprecated
- StatMsgType_PGSTAT_MTYPE_INQUIRYDeprecated
- StatMsgType_PGSTAT_MTYPE_REPLSLOTDeprecated
- StatMsgType_PGSTAT_MTYPE_RESETCOUNTERDeprecated
- StatMsgType_PGSTAT_MTYPE_SLRUDeprecated
- StatMsgType_PGSTAT_MTYPE_TABPURGEDeprecated
- StatMsgType_PGSTAT_MTYPE_TABSTATDeprecated
- StatMsgType_PGSTAT_MTYPE_TEMPFILEDeprecated
- StatMsgType_PGSTAT_MTYPE_VACUUMDeprecated
- StatMsgType_PGSTAT_MTYPE_WALDeprecated
- SubLinkType_ALL_SUBLINKDeprecated
- SubLinkType_ANY_SUBLINKDeprecated
- SubLinkType_ARRAY_SUBLINKDeprecated
- SubLinkType_CTE_SUBLINKDeprecated
- SubLinkType_EXISTS_SUBLINKDeprecated
- SubLinkType_EXPR_SUBLINKDeprecated
- SubLinkType_MULTIEXPR_SUBLINKDeprecated
- SubLinkType_ROWCOMPARE_SUBLINKDeprecated
- SubXactEvent_SUBXACT_EVENT_ABORT_SUBDeprecated
- SubXactEvent_SUBXACT_EVENT_COMMIT_SUBDeprecated
- SubXactEvent_SUBXACT_EVENT_START_SUBDeprecated
- SyncCommitLevel_SYNCHRONOUS_COMMIT_OFFDeprecated
- SyncRequestHandler_SYNC_HANDLER_CLOGDeprecated
- SyncRequestHandler_SYNC_HANDLER_MDDeprecated
- SyncRequestHandler_SYNC_HANDLER_NONEDeprecated
- SyncRequestType_SYNC_FILTER_REQUESTDeprecated
- SyncRequestType_SYNC_FORGET_REQUESTDeprecated
- SyncRequestType_SYNC_REQUESTDeprecated
- SyncRequestType_SYNC_UNLINK_REQUESTDeprecated
- SysCacheIdentifier_AMNAMEDeprecated
- SysCacheIdentifier_AMOPOPIDDeprecated
- SysCacheIdentifier_AMOPSTRATEGYDeprecated
- SysCacheIdentifier_AMPROCNUMDeprecated
- SysCacheIdentifier_ATTNAMEDeprecated
- SysCacheIdentifier_ATTNUMDeprecated
- SysCacheIdentifier_AUTHMEMMEMROLEDeprecated
- SysCacheIdentifier_AUTHMEMROLEMEMDeprecated
- SysCacheIdentifier_AUTHNAMEDeprecated
- SysCacheIdentifier_CASTSOURCETARGETDeprecated
- SysCacheIdentifier_CLAAMNAMENSPDeprecated
- SysCacheIdentifier_COLLNAMEENCNSPDeprecated
- SysCacheIdentifier_CONDEFAULTDeprecated
- SysCacheIdentifier_CONNAMENSPDeprecated
- SysCacheIdentifier_DEFACLROLENSPOBJDeprecated
- SysCacheIdentifier_EVENTTRIGGERNAMEDeprecated
- SysCacheIdentifier_FOREIGNSERVERNAMEDeprecated
- SysCacheIdentifier_FOREIGNTABLERELDeprecated
- SysCacheIdentifier_INDEXRELIDDeprecated
- SysCacheIdentifier_LANGNAMEDeprecated
- SysCacheIdentifier_NAMESPACENAMEDeprecated
- SysCacheIdentifier_OPERNAMENSPDeprecated
- SysCacheIdentifier_OPFAMILYAMNAMENSPDeprecated
- SysCacheIdentifier_PARTRELIDDeprecated
- SysCacheIdentifier_PROCNAMEARGSNSPDeprecated
- SysCacheIdentifier_PUBLICATIONNAMEDeprecated
- SysCacheIdentifier_PUBLICATIONRELDeprecated
- SysCacheIdentifier_PUBLICATIONRELMAPDeprecated
- SysCacheIdentifier_RANGEMULTIRANGEDeprecated
- SysCacheIdentifier_RANGETYPEDeprecated
- SysCacheIdentifier_RELNAMENSPDeprecated
- SysCacheIdentifier_REPLORIGIDENTDeprecated
- SysCacheIdentifier_REPLORIGNAMEDeprecated
- SysCacheIdentifier_RULERELNAMEDeprecated
- SysCacheIdentifier_SEQRELIDDeprecated
- SysCacheIdentifier_STATEXTNAMENSPDeprecated
- SysCacheIdentifier_STATRELATTINHDeprecated
- SysCacheIdentifier_SUBSCRIPTIONNAMEDeprecated
- SysCacheIdentifier_SUBSCRIPTIONRELMAPDeprecated
- SysCacheIdentifier_TRFTYPELANGDeprecated
- SysCacheIdentifier_TSCONFIGMAPDeprecated
- SysCacheIdentifier_TSCONFIGNAMENSPDeprecated
- SysCacheIdentifier_TSDICTNAMENSPDeprecated
- SysCacheIdentifier_TSPARSERNAMENSPDeprecated
- SysCacheIdentifier_TSTEMPLATENAMENSPDeprecated
- SysCacheIdentifier_TYPENAMENSPDeprecated
- SysCacheIdentifier_USERMAPPINGUSERSERVERDeprecated
- TM_Result_TM_BeingModifiedDeprecated
- TM_Result_TM_DeletedDeprecated
- TM_Result_TM_InvisibleDeprecated
- TM_Result_TM_OkDeprecated
- TM_Result_TM_SelfModifiedDeprecated
- TM_Result_TM_UpdatedDeprecated
- TM_Result_TM_WouldBlockDeprecated
- TSTernaryValue_TS_MAYBEDeprecated
- TSTernaryValue_TS_NODeprecated
- TSTernaryValue_TS_YESDeprecated
- TableLikeOption_CREATE_TABLE_LIKE_ALLDeprecated
- TempNamespaceStatus_TEMP_NAMESPACE_IDLEDeprecated
- TrackFunctionsLevel_TRACK_FUNC_ALLDeprecated
- TrackFunctionsLevel_TRACK_FUNC_OFFDeprecated
- TrackFunctionsLevel_TRACK_FUNC_PLDeprecated
- TransactionStmtKind_TRANS_STMT_BEGINDeprecated
- TransactionStmtKind_TRANS_STMT_COMMITDeprecated
- TransactionStmtKind_TRANS_STMT_PREPAREDeprecated
- TransactionStmtKind_TRANS_STMT_RELEASEDeprecated
- TransactionStmtKind_TRANS_STMT_ROLLBACKDeprecated
- TransactionStmtKind_TRANS_STMT_SAVEPOINTDeprecated
- TransactionStmtKind_TRANS_STMT_STARTDeprecated
- TuplesortMethod_SORT_TYPE_EXTERNAL_MERGEDeprecated
- TuplesortMethod_SORT_TYPE_EXTERNAL_SORTDeprecated
- TuplesortMethod_SORT_TYPE_QUICKSORTDeprecated
- TuplesortMethod_SORT_TYPE_TOP_N_HEAPSORTDeprecated
- TuplesortSpaceType_SORT_SPACE_TYPE_DISKDeprecated
- TypeFuncClass_TYPEFUNC_COMPOSITEDeprecated
- TypeFuncClass_TYPEFUNC_COMPOSITE_DOMAINDeprecated
- TypeFuncClass_TYPEFUNC_OTHERDeprecated
- TypeFuncClass_TYPEFUNC_RECORDDeprecated
- TypeFuncClass_TYPEFUNC_SCALARDeprecated
- UniquePathMethod_UNIQUE_PATH_HASHDeprecated
- UniquePathMethod_UNIQUE_PATH_NOOPDeprecated
- UniquePathMethod_UNIQUE_PATH_SORTDeprecated
- UpperRelationKind_UPPERREL_DISTINCTDeprecated
- UpperRelationKind_UPPERREL_FINALDeprecated
- UpperRelationKind_UPPERREL_GROUP_AGGDeprecated
- UpperRelationKind_UPPERREL_ORDEREDDeprecated
- UpperRelationKind_UPPERREL_SETOPDeprecated
- UpperRelationKind_UPPERREL_WINDOWDeprecated
- VacOptValue_VACOPTVALUE_AUTODeprecated
- VacOptValue_VACOPTVALUE_DISABLEDDeprecated
- VacOptValue_VACOPTVALUE_ENABLEDDeprecated
- VacOptValue_VACOPTVALUE_UNSPECIFIEDDeprecated
- VariableSetKind_VAR_RESETDeprecated
- VariableSetKind_VAR_RESET_ALLDeprecated
- VariableSetKind_VAR_SET_CURRENTDeprecated
- VariableSetKind_VAR_SET_DEFAULTDeprecated
- VariableSetKind_VAR_SET_MULTIDeprecated
- VariableSetKind_VAR_SET_VALUEDeprecated
- ViewCheckOption_CASCADED_CHECK_OPTIONDeprecated
- ViewCheckOption_LOCAL_CHECK_OPTIONDeprecated
- ViewCheckOption_NO_CHECK_OPTIONDeprecated
- WALAvailability_WALAVAIL_EXTENDEDDeprecated
- WALAvailability_WALAVAIL_INVALID_LSNDeprecated
- WALAvailability_WALAVAIL_REMOVEDDeprecated
- WALAvailability_WALAVAIL_RESERVEDDeprecated
- WALAvailability_WALAVAIL_UNRESERVEDDeprecated
- WCOKind_WCO_RLS_CONFLICT_CHECKDeprecated
- WCOKind_WCO_RLS_INSERT_CHECKDeprecated
- WCOKind_WCO_RLS_UPDATE_CHECKDeprecated
- WCOKind_WCO_VIEW_CHECKDeprecated
- WaitEventActivity_WAIT_EVENT_PGSTAT_MAINDeprecated
- WaitEventClient_WAIT_EVENT_CLIENT_READDeprecated
- WaitEventClient_WAIT_EVENT_CLIENT_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_BASEBACKUP_READDeprecated
- WaitEventIO_WAIT_EVENT_BUFFILE_READDeprecated
- WaitEventIO_WAIT_EVENT_BUFFILE_TRUNCATEDeprecated
- WaitEventIO_WAIT_EVENT_BUFFILE_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_CONTROL_FILE_READDeprecated
- WaitEventIO_WAIT_EVENT_CONTROL_FILE_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_COPY_FILE_READDeprecated
- WaitEventIO_WAIT_EVENT_COPY_FILE_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_DATA_FILE_EXTENDDeprecated
- WaitEventIO_WAIT_EVENT_DATA_FILE_FLUSHDeprecated
- WaitEventIO_WAIT_EVENT_DATA_FILE_READDeprecated
- WaitEventIO_WAIT_EVENT_DATA_FILE_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_DATA_FILE_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_RELATION_MAP_READDeprecated
- WaitEventIO_WAIT_EVENT_RELATION_MAP_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_SLRU_FLUSH_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_SLRU_READDeprecated
- WaitEventIO_WAIT_EVENT_SLRU_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_SLRU_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_SNAPBUILD_READDeprecated
- WaitEventIO_WAIT_EVENT_SNAPBUILD_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_SNAPBUILD_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_WAL_COPY_READDeprecated
- WaitEventIO_WAIT_EVENT_WAL_COPY_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_WAL_COPY_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_WAL_INIT_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_WAL_INIT_WRITEDeprecated
- WaitEventIO_WAIT_EVENT_WAL_READDeprecated
- WaitEventIO_WAIT_EVENT_WAL_SYNCDeprecated
- WaitEventIO_WAIT_EVENT_WAL_WRITEDeprecated
- WaitEventIPC_WAIT_EVENT_APPEND_READYDeprecated
- WaitEventIPC_WAIT_EVENT_BGWORKER_STARTUPDeprecated
- WaitEventIPC_WAIT_EVENT_BTREE_PAGEDeprecated
- WaitEventIPC_WAIT_EVENT_BUFFER_IODeprecated
- WaitEventIPC_WAIT_EVENT_CHECKPOINT_DONEDeprecated
- WaitEventIPC_WAIT_EVENT_CHECKPOINT_STARTDeprecated
- WaitEventIPC_WAIT_EVENT_EXECUTE_GATHERDeprecated
- WaitEventIPC_WAIT_EVENT_HASH_BATCH_ELECTDeprecated
- WaitEventIPC_WAIT_EVENT_HASH_BATCH_LOADDeprecated
- WaitEventIPC_WAIT_EVENT_HASH_BUILD_ELECTDeprecated
- WaitEventIPC_WAIT_EVENT_MQ_INTERNALDeprecated
- WaitEventIPC_WAIT_EVENT_MQ_PUT_MESSAGEDeprecated
- WaitEventIPC_WAIT_EVENT_MQ_RECEIVEDeprecated
- WaitEventIPC_WAIT_EVENT_MQ_SENDDeprecated
- WaitEventIPC_WAIT_EVENT_PARALLEL_FINISHDeprecated
- WaitEventIPC_WAIT_EVENT_PROMOTEDeprecated
- WaitEventIPC_WAIT_EVENT_RECOVERY_PAUSEDeprecated
- WaitEventIPC_WAIT_EVENT_SAFE_SNAPSHOTDeprecated
- WaitEventIPC_WAIT_EVENT_SYNC_REPDeprecated
- WaitEventTimeout_WAIT_EVENT_PG_SLEEPDeprecated
- WaitEventTimeout_WAIT_EVENT_VACUUM_DELAYDeprecated
- WalLevel_WAL_LEVEL_LOGICALDeprecated
- WalLevel_WAL_LEVEL_MINIMALDeprecated
- WalLevel_WAL_LEVEL_REPLICADeprecated
- WalRcvExecStatus_WALRCV_ERRORDeprecated
- WalRcvExecStatus_WALRCV_OK_COMMANDDeprecated
- WalRcvExecStatus_WALRCV_OK_COPY_BOTHDeprecated
- WalRcvExecStatus_WALRCV_OK_COPY_INDeprecated
- WalRcvExecStatus_WALRCV_OK_COPY_OUTDeprecated
- WalRcvExecStatus_WALRCV_OK_TUPLESDeprecated
- WalRcvState_WALRCV_RESTARTINGDeprecated
- WalRcvState_WALRCV_STARTINGDeprecated
- WalRcvState_WALRCV_STOPPEDDeprecated
- WalRcvState_WALRCV_STOPPINGDeprecated
- WalRcvState_WALRCV_STREAMINGDeprecated
- WalRcvState_WALRCV_WAITINGDeprecated
- XLTW_Oper_XLTW_DeleteDeprecated
- XLTW_Oper_XLTW_FetchUpdatedDeprecated
- XLTW_Oper_XLTW_InsertIndexDeprecated
- XLTW_Oper_XLTW_InsertIndexUniqueDeprecated
- XLTW_Oper_XLTW_LockDeprecated
- XLTW_Oper_XLTW_LockUpdatedDeprecated
- XLTW_Oper_XLTW_NoneDeprecated
- XLTW_Oper_XLTW_RecheckExclusionConstrDeprecated
- XLTW_Oper_XLTW_UpdateDeprecated
- XLogRedoAction_BLK_DONEDeprecated
- XLogRedoAction_BLK_NEEDS_REDODeprecated
- XLogRedoAction_BLK_NOTFOUNDDeprecated
- XLogRedoAction_BLK_RESTOREDDeprecated
- XactEvent_XACT_EVENT_ABORTDeprecated
- XactEvent_XACT_EVENT_COMMITDeprecated
- XactEvent_XACT_EVENT_PARALLEL_ABORTDeprecated
- XactEvent_XACT_EVENT_PARALLEL_COMMITDeprecated
- XactEvent_XACT_EVENT_PARALLEL_PRE_COMMITDeprecated
- XactEvent_XACT_EVENT_PREPAREDeprecated
- XactEvent_XACT_EVENT_PRE_COMMITDeprecated
- XactEvent_XACT_EVENT_PRE_PREPAREDeprecated
- XmlExprOp_IS_DOCUMENTDeprecated
- XmlExprOp_IS_XMLCONCATDeprecated
- XmlExprOp_IS_XMLELEMENTDeprecated
- XmlExprOp_IS_XMLFORESTDeprecated
- XmlExprOp_IS_XMLPARSEDeprecated
- XmlExprOp_IS_XMLPIDeprecated
- XmlExprOp_IS_XMLROOTDeprecated
- XmlExprOp_IS_XMLSERIALIZEDeprecated
- XmlOptionType_XMLOPTION_CONTENTDeprecated
- XmlOptionType_XMLOPTION_DOCUMENTDeprecated
- __socket_type_SOCK_CLOEXECDeprecated
- __socket_type_SOCK_DCCPDeprecated
- __socket_type_SOCK_DGRAMDeprecated
- __socket_type_SOCK_NONBLOCKDeprecated
- __socket_type_SOCK_PACKETDeprecated
- __socket_type_SOCK_RAWDeprecated
- __socket_type_SOCK_RDMDeprecated
- __socket_type_SOCK_SEQPACKETDeprecated
- __socket_type_SOCK_STREAMDeprecated
- dsm_op_DSM_OP_ATTACHDeprecated
- dsm_op_DSM_OP_CREATEDeprecated
- dsm_op_DSM_OP_DESTROYDeprecated
- dsm_op_DSM_OP_DETACHDeprecated
- jbvType_jbvArrayDeprecated
- jbvType_jbvBinaryDeprecated
- jbvType_jbvBoolDeprecated
- jbvType_jbvDatetimeDeprecated
- jbvType_jbvNullDeprecated
- jbvType_jbvNumericDeprecated
- jbvType_jbvObjectDeprecated
- jbvType_jbvStringDeprecated
- pg_enc_PG_BIG5Deprecated
- pg_enc_PG_EUC_CNDeprecated
- pg_enc_PG_EUC_JIS_2004Deprecated
- pg_enc_PG_EUC_JPDeprecated
- pg_enc_PG_EUC_KRDeprecated
- pg_enc_PG_EUC_TWDeprecated
- pg_enc_PG_GB18030Deprecated
- pg_enc_PG_GBKDeprecated
- pg_enc_PG_ISO_8859_5Deprecated
- pg_enc_PG_ISO_8859_6Deprecated
- pg_enc_PG_ISO_8859_7Deprecated
- pg_enc_PG_ISO_8859_8Deprecated
- pg_enc_PG_JOHABDeprecated
- pg_enc_PG_KOI8RDeprecated
- pg_enc_PG_KOI8UDeprecated
- pg_enc_PG_LATIN1Deprecated
- pg_enc_PG_LATIN2Deprecated
- pg_enc_PG_LATIN3Deprecated
- pg_enc_PG_LATIN4Deprecated
- pg_enc_PG_LATIN5Deprecated
- pg_enc_PG_LATIN6Deprecated
- pg_enc_PG_LATIN7Deprecated
- pg_enc_PG_LATIN8Deprecated
- pg_enc_PG_LATIN9Deprecated
- pg_enc_PG_LATIN10Deprecated
- pg_enc_PG_MULE_INTERNALDeprecated
- pg_enc_PG_SHIFT_JIS_2004Deprecated
- pg_enc_PG_SJISDeprecated
- pg_enc_PG_SQL_ASCIIDeprecated
- pg_enc_PG_UHCDeprecated
- pg_enc_PG_UTF8Deprecated
- pg_enc_PG_WIN866Deprecated
- pg_enc_PG_WIN874Deprecated
- pg_enc_PG_WIN1250Deprecated
- pg_enc_PG_WIN1251Deprecated
- pg_enc_PG_WIN1252Deprecated
- pg_enc_PG_WIN1253Deprecated
- pg_enc_PG_WIN1254Deprecated
- pg_enc_PG_WIN1255Deprecated
- pg_enc_PG_WIN1256Deprecated
- pg_enc_PG_WIN1257Deprecated
- pg_enc_PG_WIN1258Deprecated
- pg_enc__PG_LAST_ENCODING_Deprecated
- relopt_kind_RELOPT_KIND_ATTRIBUTEDeprecated
- relopt_kind_RELOPT_KIND_BRINDeprecated
- relopt_kind_RELOPT_KIND_BTREEDeprecated
- relopt_kind_RELOPT_KIND_GINDeprecated
- relopt_kind_RELOPT_KIND_GISTDeprecated
- relopt_kind_RELOPT_KIND_HASHDeprecated
- relopt_kind_RELOPT_KIND_HEAPDeprecated
- relopt_kind_RELOPT_KIND_LAST_DEFAULTDeprecated
- relopt_kind_RELOPT_KIND_LOCALDeprecated
- relopt_kind_RELOPT_KIND_MAXDeprecated
- relopt_kind_RELOPT_KIND_PARTITIONEDDeprecated
- relopt_kind_RELOPT_KIND_SPGISTDeprecated
- relopt_kind_RELOPT_KIND_TABLESPACEDeprecated
- relopt_kind_RELOPT_KIND_TOASTDeprecated
- relopt_kind_RELOPT_KIND_VIEWDeprecated
- relopt_type_RELOPT_TYPE_BOOLDeprecated
- relopt_type_RELOPT_TYPE_ENUMDeprecated
- relopt_type_RELOPT_TYPE_INTDeprecated
- relopt_type_RELOPT_TYPE_REALDeprecated
- relopt_type_RELOPT_TYPE_STRINGDeprecated
- shm_mq_result_SHM_MQ_DETACHEDDeprecated
- shm_mq_result_SHM_MQ_SUCCESSDeprecated
- shm_mq_result_SHM_MQ_WOULD_BLOCKDeprecated
- tuplehash_status_tuplehash_SH_EMPTYDeprecated
- tuplehash_status_tuplehash_SH_IN_USEDeprecated
- vartag_external_VARTAG_EXPANDED_RODeprecated
- vartag_external_VARTAG_EXPANDED_RWDeprecated
- vartag_external_VARTAG_INDIRECTDeprecated
- vartag_external_VARTAG_ONDISKDeprecated
Statics§
Traits§
- A trait for converting a thing into a
char *
that is allocated by Postgres’ palloc - A trait applied to all Postgres
pg_sys::Node
types and subtypes
Functions§
- #define BufferGetBlock(buffer)
(
AssertMacro(BufferIsValid(buffer)),
BufferIsLocal(buffer) ?
LocalBufferBlockPointers[-(buffer) - 1]
:
(Block) (BufferBlocks + ((Size) ((buffer) - 1)) * BLCKSZ)
) - #define BufferGetPage(buffer) ((Page)BufferGetBlock(buffer))
- #define BufferIsLocal(buffer) ((buffer) < 0)
- Given a valid HeapTuple pointer, return address of the user data
- Given a currently-allocated chunk of Postgres allocated memory, determine the context it belongs to.
- Safety
- Returns true if memory context is tagged correctly according to Postgres.
- __j0⚠
- __j1⚠
- __jn⚠
- __y0⚠
- __y1⚠
- __yn⚠
- bit⚠
- chr⚠
- dcos⚠
- dcot⚠
- dexp⚠
- die⚠
- dpi⚠
- dpow⚠
- dsin⚠
- dtan⚠
- dtof⚠
- fls⚠
- ftod⚠
- Retrieve the “user data” of the specified
pg_sys::HeapTuple
as a specific type. Typically this will be a struct that represents a Postgres system catalog, such asFormData_pg_class
. - lpad⚠
- now⚠
- oper⚠
- rpad⚠
- rt_fetch⚠Deprecated