Explain compatibility item about language names a bit more.

Since we've got an "open items" list item about this, apparently some
people are pretty worried about it.

In passing remove a lot of trailing whitespace.
This commit is contained in:
Tom Lane 2012-05-11 18:53:12 -04:00
parent f35ebd2aa1
commit a5985a96a8

View File

@ -187,8 +187,11 @@
</para> </para>
<para> <para>
While unquoted language identifiers are still lowercased, double While unquoted language identifiers are still lowercased, strings
and single-quoted identifiers are no longer down-cased. and quoted identifiers are no longer forcibly down-cased.
Thus for example <literal>CREATE FUNCTION ... LANGUAGE 'C'</>
will no longer work; it must be spelled <literal>'c'</>, or better
omit the quotes.
</para> </para>
</listitem> </listitem>