On 2016-03-18 16:25, Teodor Sigaev wrote:
Introduce parse_ident()
SQL-layer function to split qualified identifier into array parts.
[...]
Details
-------
http://git.postgresql.org/pg/commitdiff/3187d6de0e5a9e805b27c48437897e8c39071d45
Modified Files
--------------
doc/src/sgml/func.sgml | 26 ++++
Fixed a typo and added 'the' a few times.
Erik Rijkers
--- doc/src/sgml/func.sgml.orig 2016-03-18 16:31:02.896878016 +0100
+++ doc/src/sgml/func.sgml 2016-03-18 16:33:19.727724710 +0100
@@ -1832,12 +1832,12 @@
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>
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers