Fix a typo
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 18 Mar 2016 15:49:24 +0000 (18:49 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 18 Mar 2016 15:49:24 +0000 (18:49 +0300)
Erik Rijkers

doc/src/sgml/func.sgml

index 918356c075d08e635a9ba908f6ee228c4a364a99..ae93e69f0d220488a5b722c45f70f0a0f4205495 100644 (file)
        false, extra characters after the identifier are ignored. This is useful
        for parsing identifiers for objects like functions and arrays that may
        have trailing characters. By default, extra characters after the last
-       identifier are considered an error, but if second parameter is false,
-       then chararacters after last identifier are ignored. Note that this
+       identifier are considered an error, but if the second parameter is false,
+       then the characters after the last identifier are ignored. Note that this
        function does not truncate quoted identifiers. If you care about that
-       you should cast the result of this function to name[]. A non-printable
-       chararacters (like 0 to 31) are displayed as hexadecimal codes always,
-       what can be different from PostgreSQL internal SQL identifiers
+       you should cast the result of this function to name[]. Non-printable
+       characters (like 0 to 31) are always displayed as hexadecimal codes,
+       which can be different from PostgreSQL internal SQL identifiers
        processing, when the original escaped value is displayed.
        </entry>
        <entry><literal>parse_ident('"SomeSchema".someTable')</literal></entry>