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
@@ -573,7 +573,7 @@
573
573
<para>
574
574
An extension is <firstterm>relocatable</firstterm> if it is possible to move
575
575
its contained objects into a different schema after initial creation
576
-
of the extension. The default is <literal>false</literal>, i.e. the
576
+
of the extension. The default is <literal>false</literal>, i.e., the
577
577
extension is not relocatable.
578
578
See <xref linkend="extend-extensions-relocation"/> for more information.
579
579
</para>
@@ -1438,7 +1438,7 @@ include $(PGXS)
1438
1438
<term><varname>NO_INSTALLCHECK</varname></term>
1439
1439
<listitem>
1440
1440
<para>
1441
-
don't define an <literal>installcheck</literal> target, useful e.g. if tests require special configuration, or don't use <application>pg_regress</application>
1441
+
don't define an <literal>installcheck</literal> target, useful e.g., if tests require special configuration, or don't use <application>pg_regress</application>
0 commit comments