diff --git a/gpdb-doc/dita/analytics/pl_container.xml b/gpdb-doc/dita/analytics/pl_container.xml index 6eaedb0ea9d6b41943a40ea5f03eff9c2979bc6a..f66d15acbf47cade190c460493630e625e7d43aa 100644 --- a/gpdb-doc/dita/analytics/pl_container.xml +++ b/gpdb-doc/dita/analytics/pl_container.xml @@ -75,6 +75,20 @@ the container, and the container shuts down.

+
+ About PL/Container 3 Beta +

Greenplum Database 6.5 introduces PL/Container version 3 Beta, which:

+

PL/Container 3 is currently a Beta feature, and provides only an Beta R Docker image for + executing functions; Python images are not yet available. Save and uninstall any existing + PL/Container software before you install PL/Container 3 Beta.

+
@@ -82,7 +96,7 @@ Install PL/Container -
This topic includes how to:

@@ -322,6 +358,9 @@ $$ LANGUAGE plcontainer; Greenplum Database installation. Refer to the gppkg command for package installation and migration information. + You cannot upgrade to PL/Container 3 Beta. To install PL/Container 3 Beta, first save + and then uninstall your existing PL/Container software. Then follow the instructions in + .

To upgrade, perform the following procedure:

  1. Save the PL/Container configuration. For example, to save the configuration to a @@ -387,6 +426,18 @@ $$ LANGUAGE plcontainer;

    The CASCADE keyword drops PL/Container-specific functions and views.

    + + Remove PL/Container 3 Beta Shared Library + +

    This step is required only if you have installed PL/Container 3 Beta. Before you remove + the extension from your system with gppkg, remove the shared library + configuration for the plc_coordinator process. For example, the following + command comments-out the shared_preload_libraries setting in + postgresql.conf + :$ gpconfig -r shared_preload_libraries +$ gpstop -ra

    + +
    Uninstall PL/Container Language Extension