【发布时间】:2014-02-27 16:50:26
【问题描述】:
我想了解如何在 PostgreSQL
中使用 pg_read_file 读取桌面中的文件pg_read_file(文件名文本[,偏移量大整数,长度大整数])
我的查询
select pg_read_file('/root/desktop/new.txt' , 0 , 1000000);
错误
ERROR: absolute path not allowed
【问题讨论】:
标签: database postgresql