47.10. lt_recyclebin

lt_recyclebin 系统表存放被 DROP TABLE 命令删除的对象。

Table 47.10. lt_recyclebin Columns

列类型

描述

oid oid

删除对象的对象 ID

owner oid

对象拥有者的 OID

object_name name

对象在回收站里的新名字

original_name name

对象的原名

operation char

在对象上执行的命令

type int32

对象的类型

droptime timestamp with time zone

删除对象时的时间戳

related oid

父对象的 oid

base_object oid

基对象的 oid

purge_object oid

被删对象的 OID

objnamespace oid

对象的命名空间

ts oid

对象从属的表空间的 oid

dropscn int8

LightDB 未使用该字段

partition_name name

LightDB 未使用该字段

can_undrop bool

LightDB 未使用该字段

can_purge bool

LightDB 未使用该字段

space int64

LightDB 未使用该字段