mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Three out of four of us like this phrasing better.
This commit is contained in:
parent
9727c583fe
commit
c00353aa6c
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.140 2010/02/03 22:48:55 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.141 2010/02/04 00:19:28 tgl Exp $ -->
|
||||
|
||||
<chapter id="sql-syntax">
|
||||
<title>SQL Syntax</title>
|
||||
@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there');
|
||||
<primary>case sensitivity</primary>
|
||||
<secondary>of SQL commands</secondary>
|
||||
</indexterm>
|
||||
Unquoted identifier and key word names are case insensitive. Therefore:
|
||||
Key words and unquoted identifiers are case insensitive. Therefore:
|
||||
<programlisting>
|
||||
UPDATE MY_TABLE SET A = 5;
|
||||
</programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user