mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Replace incorrect example for quote_ident
Greg Sabino Mullan
This commit is contained in:
parent
950c8afcb4
commit
af032f15da
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$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
|
||||
-->
|
||||
|
||||
@ -1179,8 +1179,8 @@ PostgreSQL documentation
|
||||
non-identifier characters or would be case-folded).
|
||||
Embedded quotes are properly doubled.
|
||||
</entry>
|
||||
<entry><literal>quote_ident('Foo')</literal></entry>
|
||||
<entry><literal>"Foo"</literal></entry>
|
||||
<entry><literal>quote_ident('Foo bar')</literal></entry>
|
||||
<entry><literal>"Foo bar"</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
Loading…
Reference in New Issue
Block a user