Skip to content

翻译版本的sql标点有误。 #25

@wangmiaojuan

Description

@wangmiaojuan

hi:
我下载的PostgreSQL9.3.1-CN-v1.1.pdf,发现pdf中sql的字符串标点均有误。
例如,文档中的8.2节货币类型的sql:
SELECT ’12.34’::float8::numeric::money;
此时会出现错误:ERROR: syntax error at or near ".34"
正确的写法应该是:
SELECT '12.34'::float8::numeric::money;
看起来好像没什么区别,但sql语句中用的是英文单引号,而文档的sql可能都是中文全角下的单引号。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions