encode()

将 bytea 数据转换为文本格式的函数

encode() 是一个用于将 bytea 数据转换为特定文本格式的系统函数。

encode() 添加于 PostgreSQL 7.2

用法

encode ( bytes bytea, format text ) → text

format 可以是以下值之一

  • base64
  • escape
  • hex

更改历史记录

分类

bytea字符串操作系统函数

另请参阅

decode()

反馈

提交您对 "encode()" 的任何评论、建议或更正 此处