Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61d2ebd

Browse files
committed
Fix a typo
Erik Rijkers
1 parent3187d6d commit61d2ebd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,12 +1832,12 @@
18321832
false, extra characters after the identifier are ignored. This is useful
18331833
for parsing identifiers for objects like functions and arrays that may
18341834
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
18371837
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
18411841
processing, when the original escaped value is displayed.
18421842
</entry>
18431843
<entry><literal>parse_ident('"SomeSchema".someTable')</literal></entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp