Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff0d71e

Browse files
committed
Spell check on array patch.
1 parentbfc53d7 commitff0d71e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/array.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.57 2007/02/20 14:34:25 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.58 2007/02/20 14:54:47 momjian Exp $ -->
22

33
<sect1 id="arrays">
44
<title>Arrays</title>
@@ -243,10 +243,10 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
243243
(1 row)
244244
</programlisting>
245245

246-
If anydimmension is written as a slice, i.e contains a colon, then all
247-
dimmensions are treated as slices. If adimmension is missing, it is
248-
assumed to be <literal>[1:1]</>. If adimmension has only a single
249-
number (no colon), thatdimmension is treated as being from <literal>1</>
246+
If anydimension is written as a slice, i.e contains a colon, then all
247+
dimensions are treated as slices. If adimension is missing, it is
248+
assumed to be <literal>[1:1]</>. If adimension has only a single
249+
number (no colon), thatdimension is treated as being from <literal>1</>
250250
to the number specified. For example, <literal>[2]</> is treated as
251251
<literal>[1:2], as in this example:
252252

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp