All Products
Search
Document Center

PolarDB:USER_QUEUE_TABLES

Last Updated:Mar 28, 2026

USER_QUEUE_TABLES lists all queue tables accessible to the current user. Each row describes one queue table, including its data type, sort behavior, and security setting.

Columns

ColumnTypeDescription
queue_tableTEXTUser-defined name of the queue table.
typeCHARACTER VARYINGType of data stored in the queue table.
object_typeTEXTUser-defined payload type.
sort_orderCHARACTER VARYINGOrder in which messages in the queue table are sorted.
recipientsCHARACTER VARYINGAlways SINGLE.
message_groupingCHARACTER VARYINGAlways NONE.
compatibleCHARACTER VARYINGThe PolarDB for PostgreSQL(Compatible with Oracle) release that this queue table is compatible with.
primary_instanceNUMERICAlways 0.
secondary_instanceNUMERICAlways 0.
owner_instanceNUMERICInstance number of the instance that owns the queue table.
user_commentCHARACTER VARYINGComment added when the queue table was created.
secureCHARACTER VARYINGYES if the queue table is secure. NO if it is not.