All Products
Search
Document Center

PolarDB:ALL_QUEUE_TABLES

Last Updated:Mar 28, 2026

The ALL_QUEUE_TABLES view provides information about all queue tables in the database.

ParameterTypeDescription
ownerTEXTThe role name of the queue table owner.
queue_tableTEXTThe user-defined name of the queue table.
typeCHARACTER VARYINGThe type of data stored in the queue table.
object_typeTEXTThe user-defined payload type.
sort_orderCHARACTER VARYINGThe sort order of the queue table.
recipientsCHARACTER VARYINGThe recipient type. The value is SINGLE.
message_groupingCHARACTER VARYINGThe message grouping mode. The value is NONE.
compatibleCHARACTER VARYINGThe release number of PolarDB for PostgreSQL (Compatible with Oracle) that the queue table is compatible with.
primary_instanceNUMERICThe primary instance number. The value is 0.
secondary_instanceNUMERICThe secondary instance number. The value is 0.
owner_instanceNUMERICThe instance number of the instance that owns the queue table.
user_commentCHARACTER VARYINGThe comment added when the queue table was created.
secureCHARACTER VARYINGSpecifies whether the queue table is secure. Valid values: YES | NO.