Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
列消耗的磁盘空间是否null与通过网络传输到客户端时相同?
null
nullPostgreSQL 数据库中表中的列的宽度(以字节为单位)是多少?
起初错过了你的第二个问题:
大多数客户端通过文本与数据库服务器通信。取决于字符串NULL或无格式(例如在COPY输出中或 pg_dump 的文本格式)而不是值的格式。 这与值在数据库中的存储方式完全不同。NULL(请参阅添加的链接。)
NULL
COPY