mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos in comments and doc
overriden -> overridden
The misspelling in create_extension.sgml was introduced in b67aaf2
,
so no need to backpatch.
This commit is contained in:
@ -97,7 +97,7 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name
|
||||
</para>
|
||||
<para>
|
||||
If the extension specifies <literal>schema</> in its control file,
|
||||
the schema cannot be overriden with <literal>SCHEMA</> clause.
|
||||
the schema cannot be overridden with <literal>SCHEMA</> clause.
|
||||
The <literal>SCHEMA</> clause in this case works as follows:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user