From 764bfd2b0694f050eb2a77f5e2eefd7901a7c1ca Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Fri, 31 Jan 2025 12:41:55 -0500 Subject: [PATCH] Edits to Lasso release 4.18.0 PR6427 --- product_docs/docs/lasso/4/configuration.mdx | 4 ++-- product_docs/docs/lasso/4/describe.mdx | 2 +- product_docs/docs/lasso/4/install.mdx | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/product_docs/docs/lasso/4/configuration.mdx b/product_docs/docs/lasso/4/configuration.mdx index 5bcb4be31ab..e50b0348756 100644 --- a/product_docs/docs/lasso/4/configuration.mdx +++ b/product_docs/docs/lasso/4/configuration.mdx @@ -15,8 +15,8 @@ order, and uses the first match: 3. `$HOME/.edb-lasso.conf` 4. `/etc/edb-lasso.conf` -Alternatively, you can run Lasso with the `--config-file` option to -specify a configuration file not in the list above, for example: +To specify a configuration file not in this list, +run Lasso with the `--config-file` option. For example: ``` lasso --config-file /path/to/file.conf diff --git a/product_docs/docs/lasso/4/describe.mdx b/product_docs/docs/lasso/4/describe.mdx index 9fe30741864..d990e8cfa9d 100644 --- a/product_docs/docs/lasso/4/describe.mdx +++ b/product_docs/docs/lasso/4/describe.mdx @@ -2799,7 +2799,7 @@ No known security impact. ### Current checkpointer stats (`postgresql_checkpointer`) -Statistics about the checkpointer process's activity (from +Statistics about the checkpointer process activity (from `pg_stat_checkpointer`). **Report output:** diff --git a/product_docs/docs/lasso/4/install.mdx b/product_docs/docs/lasso/4/install.mdx index 65087f1c8d2..2497d20c2b0 100644 --- a/product_docs/docs/lasso/4/install.mdx +++ b/product_docs/docs/lasso/4/install.mdx @@ -14,7 +14,7 @@ the corresponding Linux installation option for your system from the [EDB Downloads page](https://www.enterprisedb.com/software-downloads-postgres). Or, you can install it directly from the [EDB repositories for Linux page](https://www.enterprisedb.com/repos). -Choose Lasso and following the installation instructions. +Choose Lasso and follow the installation instructions. After installing the EDB repository for your subscription on your system, you can install Lasso on Linux using the package manager tool @@ -51,16 +51,16 @@ name `edb-python39`) as the only dependency. If your system doesn't have internet access, then you need to download EDB Python and install it manually before installing Lasso. -The `edb-python39` package, on its turn, depends on the following packages: +The `edb-python39` package depends on the following packages: - `ncurses` - `openssl` - `readline` - `xz` -Which are already installed by default on most Linux distributions. +These packages are already installed by default on most Linux distributions. -If you have any issues installing Lasso or EDB Python, please reach out to +If you have any issues installing Lasso or EDB Python, contact EDB Support. @@ -83,16 +83,16 @@ If you try to run Lasso without a configuration file, this error occurs: ERROR: no configuration file for Lasso could be found. Please create a configuration file and try again. ``` -Lasso requires a configuration file, which can be one of the following -options. (It uses the first match.) +Lasso requires a configuration file, which can be one of the following. +(It uses the first match.) - `./edb-lasso.cfg` in the same directory where Lasso is running - `./edb-lasso.conf` in the same directory where Lasso is running - `$HOME/.edb-lasso.conf` - `/etc/edb-lasso.conf` -Alternatively, you can run Lasso with the `--config-file` option to -specify a configuration file not in the list above, for example: +To specify a configuration file not in this list, +run Lasso with the `--config-file` option. For example: ``` lasso --config-file /path/to/file.conf