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
@@ -756,7 +756,7 @@ RETURNS anycompatible AS ...
756
756
<para>
757
757
An extension is <firstterm>relocatable</firstterm> if it is possible to move
758
758
its contained objects into a different schema after initial creation
759
-
of the extension. The default is <literal>false</literal>, i.e. the
759
+
of the extension. The default is <literal>false</literal>, i.e., the
760
760
extension is not relocatable.
761
761
See <xref linkend="extend-extensions-relocation"/> for more information.
762
762
</para>
@@ -1645,7 +1645,7 @@ include $(PGXS)
1645
1645
<term><varname>NO_INSTALLCHECK</varname></term>
1646
1646
<listitem>
1647
1647
<para>
1648
-
don't define an <literal>installcheck</literal> target, useful e.g. if tests require special configuration, or don't use <application>pg_regress</application>
1648
+
don't define an <literal>installcheck</literal> target, useful e.g., if tests require special configuration, or don't use <application>pg_regress</application>