Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
61d2ebdb
Commit
61d2ebdb
authored
9 years ago
by
Teodor Sigaev
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo
Erik Rijkers
parent
3187d6de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/func.sgml
+5
-5
5 additions, 5 deletions
doc/src/sgml/func.sgml
with
5 additions
and
5 deletions
doc/src/sgml/func.sgml
+
5
−
5
View file @
61d2ebdb
...
...
@@ -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 ch
ar
aracters 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 n
on-printable
chara
ra
cters (like 0 to 31) are displayed as hexadecimal codes
always
,
wh
at
can be different from PostgreSQL internal SQL identifiers
you should cast the result of this function to name[].
N
on-printable
characters (like 0 to 31) are
always
displayed as hexadecimal codes,
wh
ich
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment