Commit af032f15 authored by Bruce Momjian's avatar Bruce Momjian

Replace incorrect example for quote_ident

Greg Sabino Mullan
parent 950c8afc
<!-- <!--
$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 $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -1179,8 +1179,8 @@ PostgreSQL documentation ...@@ -1179,8 +1179,8 @@ PostgreSQL documentation
non-identifier characters or would be case-folded). non-identifier characters or would be case-folded).
Embedded quotes are properly doubled. Embedded quotes are properly doubled.
</entry> </entry>
<entry><literal>quote_ident('Foo')</literal></entry> <entry><literal>quote_ident('Foo bar')</literal></entry>
<entry><literal>"Foo"</literal></entry> <entry><literal>"Foo bar"</literal></entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment