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
ff0d71e2
Commit
ff0d71e2
authored
Feb 20, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spell check on array patch.
parent
bfc53d7d
Changes
1
Show 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 @
ff0d71e2
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.5
7 2007/02/20 14:34:25
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.5
8 2007/02/20 14:54:47
momjian Exp $ -->
<sect1 id="arrays">
<title>Arrays</title>
...
...
@@ -243,10 +243,10 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
(1 row)
</programlisting>
If any dim
m
ension is written as a slice, i.e contains a colon, then all
dim
mensions are treated as slices. If a dim
mension is missing, it is
assumed to be <literal>[1:1]</>. If a dim
m
ension has only a single
number (no colon), that dim
m
ension is treated as being from <literal>1</>
If any dimension is written as a slice, i.e contains a colon, then all
dim
ensions are treated as slices. If a di
mension is missing, it is
assumed to be <literal>[1:1]</>. If a dimension has only a single
number (no colon), that dimension is treated as being from <literal>1</>
to the number specified. For example, <literal>[2]</> is treated as
<literal>[1:2], as in this example:
...
...
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