Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4187adc

Browse files
committed
Minor clarification of documentation regarding trailing whitespace.
1 parent da8325f commit 4187adc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/array.sgml

+5-5
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 leading white
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-
you can use backslash-escaping to protect all data characters that would
588+
delimiter character is), double quotes, backslashes, or leading or 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)