Skip to content

Commit

Permalink
Merge pull request #6412 from EnterpriseDB/content/docs/miscellanious…
Browse files Browse the repository at this point in the history
…/backlogs

Backlogs - Wait States, PostgreSQL, Language Pack
  • Loading branch information
nidhibhammar authored Jan 16, 2025
2 parents adfdc81 + 724da30 commit e54d294
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion advocacy_docs/pg_extensions/wait_states/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<version>/uninstall-postgresql.app
open /Library/PostgreSQL/<version>/uninstall-postgresql.app/Contents/MacOS/installbuilder.sh
```

Where `<version>` is the version of PostgreSQL you installed.
Expand Down
18 changes: 9 additions & 9 deletions product_docs/docs/language_pack/4/installing/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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\<version>\Python-3.7`
`set PYTHONHOME=C:\edb\as\languagepack\<version>\Python-3.11`

where `<version>` is the current version of Language Pack.

Expand All @@ -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\<version>\Python-3.7\
C:\edb\as\languagepack\<version>\Python-3.7\Scripts
C:\edb\as\languagepack\<version>\Python-3.11\
C:\edb\as\languagepack\<version>\Python-3.11\Scripts
```

To add Perl and Tcl, enter the following:

```text
C:\edb\as\languagepack\<version>\Perl-5.26\bin
C:\edb\as\languagepack\<version>\Perl-5.38\bin
C:\edb\as\languagepack\<version>\Tcl-8.6\bin
```

Expand All @@ -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:

Expand All @@ -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.
Expand Down

1 comment on commit e54d294

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.