diff --git a/advocacy_docs/pg_extensions/wait_states/installing.mdx b/advocacy_docs/pg_extensions/wait_states/installing.mdx index 9ad9a63e2a0..a0c1872aa7f 100644 --- a/advocacy_docs/pg_extensions/wait_states/installing.mdx +++ b/advocacy_docs/pg_extensions/wait_states/installing.mdx @@ -35,7 +35,7 @@ To install EDB Wait States on any Linux operating system except Debian or Ubuntu For example, to install EDB Wait States for EDB Postgres Advanced Server 16 on a RHEL 9 platform: ```shell - sudo dnf -y install edb-as16-server-edb_wait_states + sudo dnf -y install edb-as16-server-edb-wait-states ``` 1. To launch the worker, register it in the `postgresql.conf` file using the `shared_preload_libraries` parameter. For example: diff --git a/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx b/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx index 2e3732bfeaf..2bf2d99631c 100644 --- a/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx +++ b/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx @@ -62,7 +62,7 @@ displays a message confirming that it didn't remove the data directory or user. 1. Invoke the uninstaller: ``` - open /Library/PostgreSQL//uninstall-postgresql.app + open /Library/PostgreSQL//uninstall-postgresql.app/Contents/MacOS/installbuilder.sh ``` Where `` is the version of PostgreSQL you installed. diff --git a/product_docs/docs/language_pack/4/installing/windows.mdx b/product_docs/docs/language_pack/4/installing/windows.mdx index 5376823c04e..bf02437765e 100644 --- a/product_docs/docs/language_pack/4/installing/windows.mdx +++ b/product_docs/docs/language_pack/4/installing/windows.mdx @@ -62,7 +62,7 @@ Check that the version of Language Pack you are running matches the version in t After installing Language Pack, you must set the following variables: -`set PYTHONHOME=C:\edb\as\languagepack\\Python-3.7` +`set PYTHONHOME=C:\edb\as\languagepack\\Python-3.11` where `` is the current version of Language Pack. @@ -75,14 +75,14 @@ Follow these steps to add Python, Perl, and Tcl to your Language Pack: To add Python, enter the following: ```text - C:\edb\as\languagepack\\Python-3.7\ - C:\edb\as\languagepack\\Python-3.7\Scripts + C:\edb\as\languagepack\\Python-3.11\ + C:\edb\as\languagepack\\Python-3.11\Scripts ``` To add Perl and Tcl, enter the following: ```text - C:\edb\as\languagepack\\Perl-5.26\bin + C:\edb\as\languagepack\\Perl-5.38\bin C:\edb\as\languagepack\\Tcl-8.6\bin ``` @@ -94,7 +94,7 @@ Follow these steps to add Python, Perl, and Tcl to your Language Pack: After installing Language Pack, you must set the following variables: -`set PYTHONHOME=C:\edb\languagepack\v2\Python-3.7` +`set PYTHONHOME=C:\edb\languagepack\v4\Python-3.11` Follow these steps to add Python, Perl, and Tcl to your Language Pack: @@ -105,15 +105,15 @@ Follow these steps to add Python, Perl, and Tcl to your Language Pack: To add Python, enter the following: ```text - C:\edb\languagepack\v2\Python-3.7\ - C:\edb\languagepack\v2\Python-3.7\Scripts + C:\edb\languagepack\v4\Python-3.11\ + C:\edb\languagepack\v4\Python-3.11\Scripts ``` To add Perl and Tcl, enter the following: ```text - C:\edb\languagepack\v2\Perl-5.26\bin - C:\edb\languagepack\v2\Tcl-8.6\bin + C:\edb\languagepack\v4\Perl-5.38\bin + C:\edb\languagepack\v4\Tcl-8.6\bin ``` 1. Close the dialog box.