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

Commitaf032f1

Browse files
committed
Replace incorrect example for quote_ident
Greg Sabino Mullan
1 parent950c8af commitaf032f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp