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
915cd10c
Commit
915cd10c
authored
14 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Adjust CHAR() doc mention of pattern matching issues for trailing
spaces.
parent
7465ae06
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/datatype.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/datatype.sgml
with
2 additions
and
2 deletions
doc/src/sgml/datatype.sgml
+
2
−
2
View file @
915cd10c
...
@@ -1014,12 +1014,12 @@ SELECT '52093.89'::money::numeric::float8;
...
@@ -1014,12 +1014,12 @@ SELECT '52093.89'::money::numeric::float8;
with spaces to the specified width <replaceable>n</>, and are
with spaces to the specified width <replaceable>n</>, and are
stored and displayed that way. However, the padding spaces are
stored and displayed that way. However, the padding spaces are
treated as semantically insignificant. Trailing spaces are
treated as semantically insignificant. Trailing spaces are
disregarded when
non-pattern
comparing two values of type <type>character</type>,
disregarded when comparing two values of type <type>character</type>,
and they will be removed when converting a <type>character</type> value
and they will be removed when converting a <type>character</type> value
to one of the other string types. Note that trailing spaces
to one of the other string types. Note that trailing spaces
<emphasis>are</> semantically significant in
<emphasis>are</> semantically significant in
<type>character varying</type> and <type>text</type> values, and
<type>character varying</type> and <type>text</type> values, and
when using pattern matching
comparisons
, e.g. <literal>LIKE</>,
when using pattern matching, e.g. <literal>LIKE</>,
regular expressions.
regular expressions.
</para>
</para>
...
...
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