标签: postgresql postgresql-9.1 postgresql-9.3
我想检查PostgreSQL中OID对象的实际大小。在PgAdmin我只能看到数字。我如何才能显示实际尺寸?
答案 0 :(得分:1)
尝试
select octet_length(lo_get(file)) from your_table