Linux环境下"Postgresql"的汉字插入问题
上一篇 /
下一篇 2008-03-07 15:23:00
/ 个人分类:数据天地
问:Linux环境下如何在Postgresql数据库中完成汉字插入?
解决方法:
首先用postgresql的用户登陆,(su - postgres) ,然后进入数据库,假设数据库名称为“house”,命令为:
[postgres@ITC-S postgres]$ psql house
Welcome to psql 8.0.1, the PostgreSQL interactive terminal.
Type: copyright for distribution terms
h for help with SQL commands
? for help with psql commands
g or terminate with semicolon to execute query
q to quit
house=#
输入encoding GBK
house=#encoding GBK |
现在就可以插入汉字了
导入论坛
引用链接
收藏
分享给好友
管理
举报
TAG: