We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950c8af commit af032f1Copy full SHA for af032f1
doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.217 2004/08/10 00:55:03 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.218 2004/08/18 03:06:56 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -1179,8 +1179,8 @@ PostgreSQL documentation
1179
non-identifier characters or would be case-folded).
1180
Embedded quotes are properly doubled.
1181
</entry>
1182
- <entry><literal>quote_ident('Foo')</literal></entry>
1183
- <entry><literal>"Foo"</literal></entry>
+ <entry><literal>quote_ident('Foo bar')</literal></entry>
+ <entry><literal>"Foo bar"</literal></entry>
1184
</row>
1185
1186
<row>
0 commit comments