mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
doc: Consistently spell case-insensitive
While almost all occurrences of "case-insensitive{ly}" were spelled with a dash, a few were using "case insensitive{ly}" with a space instead. Fix by changing these to use a dash to be consistent. Discussion: https://postgr.es/m/7657EDEE-5EE2-4AAB-BA95-47B4F71653E1@yesql.se
This commit is contained in:
@@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there');
|
||||
<primary>case sensitivity</primary>
|
||||
<secondary>of SQL commands</secondary>
|
||||
</indexterm>
|
||||
Key words and unquoted identifiers are case insensitive. Therefore:
|
||||
Key words and unquoted identifiers are case-insensitive. Therefore:
|
||||
<programlisting>
|
||||
UPDATE MY_TABLE SET A = 5;
|
||||
</programlisting>
|
||||
|
Reference in New Issue
Block a user