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
4187adc6
Commit
4187adc6
authored
Aug 08, 2004
by
Joe Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor clarification of documentation regarding trailing whitespace.
parent
da8325fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/array.sgml
doc/src/sgml/array.sgml
+5
-5
No files found.
doc/src/sgml/array.sgml
View file @
4187adc6
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.3
7 2004/08/08 05:01:51
joe Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.3
8 2004/08/08 05:55:55
joe Exp $ -->
<sect1 id="arrays">
<title>Arrays</title>
...
...
@@ -585,10 +585,10 @@ SELECT f1[1][-2][3] AS e1, f1[1][-1][5] AS e2
quotes around any individual array element. You <emphasis>must</> do so
if the element value would otherwise confuse the array-value parser.
For example, elements containing curly braces, commas (or whatever the
delimiter character is), double quotes, backslashes, or leading
white
space must be double-quoted. To put a double quote or backslash in a
quoted array element value, precede it with a backslash. Alternatively,
you
can use backslash-escaping to protect all data characters that would
delimiter character is), double quotes, backslashes, or leading
or trailing
white
space must be double-quoted. To put a double quote or backslash in a
quoted array element value, precede it with a backslash. Alternatively,
you
can use backslash-escaping to protect all data characters that would
otherwise be taken as array syntax.
</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