Postgresql:以特定语言格式插入数字

时间:2016-06-20 14:31:58

标签: sql postgresql insert internationalization

如何将特定语言格式的数字插入Postgresql数据库(设置了语言环境)?数字是这样的:2,4或:4,5(逗号代替点 - 在许多语言中都是正确的)。我应该将它们转换为"溺爱"插入之前的格式?感谢。

1 个答案:

答案 0 :(得分:0)

必须正确设置参数adb shell "run-as CHR.Droid chmod 666 /data/data/CHR.Droid/files/CHR.db" adb shell cp /data/data/CHR.Droid/files/CHR.db /sdcard/ ,例如

lc_numeric

然后你可以

test=> SHOW lc_numeric;
┌────────────┐
│ lc_numeric │
├────────────┤
│ de_DE.UTF8 │
└────────────┘
(1 row)

有关格式字符串的含义,请参阅the documentation