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

Commit4187adc

Browse files
committed
Minor clarification of documentation regarding trailing whitespace.
1 parentda8325f commit4187adc

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.37 2004/08/08 05:01:51 joe Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.38 2004/08/08 05:55:55 joe Exp $ -->
22

33
<sect1 id="arrays">
44
<title>Arrays</title>
@@ -585,10 +585,10 @@ SELECT f1[1][-2][3] AS e1, f1[1][-1][5] AS e2
585585
quotes around any individual array element. You <emphasis>must</> do so
586586
if the element value would otherwise confuse the array-value parser.
587587
For example, elements containing curly braces, commas (or whatever the
588-
delimiter character is), double quotes, backslashes, or leadingwhite
589-
space must be double-quoted. To put a double quote or backslash in a
590-
quoted array element value, precede it with a backslash. Alternatively,
591-
youcan use backslash-escaping to protect all data characters that would
588+
delimiter character is), double quotes, backslashes, or leadingor trailing
589+
whitespace must be double-quoted. To put a double quote or backslash in a
590+
quoted array element value, precede it with a backslash. Alternatively, you
591+
can use backslash-escaping to protect all data characters that would
592592
otherwise be taken as array syntax.
593593
</para>
594594

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp