Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2175d4fa
Commit
2175d4fa
authored
May 27, 2010
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small correction/clarification in discussion of Unicode literals
parent
c82d931d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/syntax.sgml
doc/src/sgml/syntax.sgml
+4
-4
No files found.
doc/src/sgml/syntax.sgml
View file @
2175d4fa
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.14
3 2010/04/03 07:22:56
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.14
4 2010/05/27 18:23:47
petere Exp $ -->
<chapter id="sql-syntax">
<title>SQL Syntax</title>
...
...
@@ -240,7 +240,7 @@ U&"d!0061t!+000061" UESCAPE '!'
the ASCII range (up to <literal>\007F</literal>) can be specified.
Both the 4-digit and the 6-digit form can be used to specify
UTF-16 surrogate pairs to compose characters with code points
larger than
<literal>\FFFF</literal>
(although the availability of
larger than
U+FFFF
(although the availability of
the 6-digit form technically makes this unnecessary).
</para>
...
...
@@ -435,7 +435,7 @@ SELECT 'foo' 'bar';
code points in the ASCII range (up to <literal>\u007F</>) can be
specified. Both the 4-digit and the 8-digit form can be used to
specify UTF-16 surrogate pairs to compose characters with code
points larger than
<literal>\FFFF</literal>
(although the
points larger than
U+FFFF
(although the
availability of the 8-digit form technically makes this
unnecessary).
</para>
...
...
@@ -523,7 +523,7 @@ U&'d!0061t!+000061' UESCAPE '!'
specified.
Both the 4-digit and the 6-digit form can be used to specify
UTF-16 surrogate pairs to compose characters with code points
larger than
<literal>\FFFF</literal>
(although the availability
larger than
U+FFFF
(although the availability
of the 6-digit form technically makes this unnecessary).
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment