blob
最近更新时间: 2025-02-18 16:02:00
postgres=# create table t_blob(f1 int,f2 Blob);
CREATE TABLE
postgres=# \d t_blob
Table "public.t_blob"
Column | Type | Collation | Nullable | Default
--------+---------+-----------+----------+---------
f1 | integer | | not null |
f2 | blob | | |
TDSQL PG的blob类型支持最大长度为1G。