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

Commit af032f1

Browse files
committed
Replace incorrect example for quote_ident
Greg Sabino Mullan
1 parent 950c8af commit af032f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.217 2004/08/10 00:55:03 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.218 2004/08/18 03:06:56 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1179,8 +1179,8 @@ PostgreSQL documentation
11791179
non-identifier characters or would be case-folded).
11801180
Embedded quotes are properly doubled.
11811181
</entry>
1182-
<entry><literal>quote_ident('Foo')</literal></entry>
1183-
<entry><literal>"Foo"</literal></entry>
1182+
<entry><literal>quote_ident('Foo bar')</literal></entry>
1183+
<entry><literal>"Foo bar"</literal></entry>
11841184
</row>
11851185

11861186
<row>

0 commit comments

Comments
 (0)