projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64e81c
)
Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.
author
Heikki Linnakangas
Wed, 5 May 2010 15:10:25 +0000
(15:10 +0000)
committer
Heikki Linnakangas
Wed, 5 May 2010 15:10:25 +0000
(15:10 +0000)
doc/src/sgml/intarray.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/intarray.sgml
b/doc/src/sgml/intarray.sgml
index 711b7097c4d946ae782963333e932177daf2f68e..8dda468fe36752a2ba7452ed5046c9acfece3c54 100644
(file)
--- a/
doc/src/sgml/intarray.sgml
+++ b/
doc/src/sgml/intarray.sgml
@@
-1,4
+1,4
@@
-
+
intarray
@@
-90,7
+90,7
@@
subarray(int[], int start, int len)
int[]
-
portion of array starting at position
start>,
len
elements>
+
portion of array starting at position
start>,
len> elements
subarray('{1,2,3,2,1}'::int[], 2, 3)
{2,3,2}