You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/extend.sgml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -542,7 +542,7 @@
542
542
<para>
543
543
An extension is <firstterm>relocatable</> if it is possible to move
544
544
its contained objects into a different schema after initial creation
545
-
of the extension. The default is <literal>false</>, i.e. the
545
+
of the extension. The default is <literal>false</>, i.e., the
546
546
extension is not relocatable.
547
547
See <xref linkend="extend-extensions-relocation"> for more information.
548
548
</para>
@@ -1363,7 +1363,7 @@ include $(PGXS)
1363
1363
<term><varname>NO_INSTALLCHECK</varname></term>
1364
1364
<listitem>
1365
1365
<para>
1366
-
don't define an <literal>installcheck</literal> target, useful e.g. if tests require special configuration, or don't use <application>pg_regress</application>
1366
+
don't define an <literal>installcheck</literal> target, useful e.g., if tests require special configuration, or don't use <application>pg_regress</application>