|
1832 | 1832 | false, extra characters after the identifier are ignored. This is useful
|
1833 | 1833 | for parsing identifiers for objects like functions and arrays that may
|
1834 | 1834 | have trailing characters. By default, extra characters after the last
|
1835 |
| - identifier are considered an error, but if second parameter is false, |
1836 |
| - thenchararactersafter last identifier are ignored. Note that this |
| 1835 | + identifier are considered an error, but ifthesecond parameter is false, |
| 1836 | + thenthe charactersafter the last identifier are ignored. Note that this |
1837 | 1837 | function does not truncate quoted identifiers. If you care about that
|
1838 |
| - you should cast the result of this function to name[].A non-printable |
1839 |
| -chararacters (like 0 to 31) are displayed as hexadecimal codes always, |
1840 |
| -what can be different from PostgreSQL internal SQL identifiers |
| 1838 | + you should cast the result of this function to name[].Non-printable |
| 1839 | +characters (like 0 to 31) arealwaysdisplayed as hexadecimal codes, |
| 1840 | +which can be different from PostgreSQL internal SQL identifiers |
1841 | 1841 | processing, when the original escaped value is displayed.
|
1842 | 1842 | </entry>
|
1843 | 1843 | <entry><literal>parse_ident('"SomeSchema".someTable')</literal></entry>
|
|