From ef87ee528552c3c2af5459463ef72a9c18aba96c Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:20:21 +0530 Subject: [PATCH] Added "Installed by default" column to available package list and replaced as15 to as16 in rpm packages topic only --- .../linux_install_details/rpm_packages.mdx | 162 +++++++++--------- 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/product_docs/docs/epas/16/installing/linux_install_details/rpm_packages.mdx b/product_docs/docs/epas/16/installing/linux_install_details/rpm_packages.mdx index 25943fab27e..12169516672 100644 --- a/product_docs/docs/epas/16/installing/linux_install_details/rpm_packages.mdx +++ b/product_docs/docs/epas/16/installing/linux_install_details/rpm_packages.mdx @@ -33,42 +33,42 @@ Where `package` is the search term that specifies the name or partial name of a !!! Note The available package list is subject to change. -| Package name | Package installs | -| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| edb-as15-server | Installs core components of the EDB Postgres Advanced Server database server. | -| edb-as15-server-client | Client programs and utilities that you can use to access and manage EDB Postgres Advanced Server. | -| edb-as15-server-contrib | Installs contributed tools and utilities that are distributed with EDB Postgres Advanced Server. Files for these modules are installed in:

Documentation: `/usr/edb/as15/share/doc`

Loadable modules: `/usr/edb/as15/lib`

Binaries: `/usr/edb/as15/bin` | -| edb-as15-server-core | Includes the programs needed to create the core functionality behind the EDB Postgres Advanced Server database. | -| edb-as15-server-devel | Installs the header files and libraries needed to compile C or C++ applications that directly interact with an EDB Postgres Advanced Server server and the ecpg or ecpgPlus C preprocessor. | -| edb-as15-server-docs | Installs the readme file. | -| edb-as15-server-edb-modules | Installs supporting modules for EDB Postgres Advanced Server. | -| edb-as15-server-indexadvisor | Installs EDB Postgres Advanced Server's Index Advisor feature. The Index Advisor utility helps to determine the columns to index to improve performance in a given workload. | -| edb-as15-server-libs | Provides the essential shared libraries for any EDB Postgres Advanced Server client program or interface. | -| edb-as15-server-llvmjit | Contains support for just-in-time (JIT) compiling parts of EDB Postgres Advanced Server's queries. You need to install this package separately. | -| edb-as15-server-pldebugger | Implements an API for debugging PL/pgSQL functions on EDB Postgres Advanced Server. | -| edb-as15-server-plperl | Installs the PL/Perl procedural language for EDB Postgres Advanced Server. The `edb-as15-server-plperl` package depends on the platform-supplied version of Perl. | -| edb-as15-server-plpython3 | Installs the PL/Python procedural language for EDB Postgres Advanced Server. The PL/Python2 support is no longer available in EDB Postgres Advanced Server version 15 and later. | -| edb-as15-server-pltcl | Installs the PL/Tcl procedural language for EDB Postgres Advanced Server. The `edb-as15-pltcl` package depends on the platform-supplied version of TCL. | -| edb-as15-server-sqlprofiler | Installs EDB Postgres Advanced Server's SQL Profiler feature. SQL Profiler helps identify and optimize SQL code. | -| edb-as15-server-sqlprotect | Installs EDB Postgres Advanced Server's SQL Protect feature. SQL Protect provides protection against SQL injection attacks. | -| edb-as15-server-sslutils | Installs functionality that provides SSL support. | -| edb-as15-server-cloneschema | Installs the EDB Clone Schema extension. For more information about EDB Clone Schema, see [EDB clone schema](../../database_administration/14_edb_clone_schema/). | -| edb-as15-server-parallel-clone | Installs functionality that supports the EDB Clone Schema extension. | -| edb-as15-pgagent | Installs pgAgent: Installs pgAgent, a job scheduler for EDB Postgres Advanced Server. Before installing this package, you must install EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | -| edb-as15-edbplus | The `edb-edbplus` package contains the files required to install the EDB\*Plus command line client. EDB\*Plus commands are compatible with Oracle's SQL\*Plus. | -| edb-as15-pgsnmpd | Simple Network Management Protocol (SNMP) is a protocol that allows you to supervise an apparatus connected to the network. | -| edb-as15-pgpool41-extensions | Creates pgPool extensions required by the server for use with pgpool. | -| edb-as15-postgis3 | Installs POSTGIS meta RPMs. | -| edb-as15-postgis3-core | Provides support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. | -| edb-as15-postgis3-docs | Installs PDF documentation of PostGIS. | -| edb-as15-postgis-jdbc | Installs the essential jdbc driver for PostGIS. | -| edb-as15-postgis3-utils | Installs the utilities for PostGIS. | -| edb-as15-postgis3-gui | Provides a GUI for PostGIS. | -| edb-as15-slony-replication | Installs the meta RPM for Slony-I. | -| edb-as15-slony-replication-core | Slony-I builds a primary-standby system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of standby systems. | -| edb-as15-slony-replication-docs | Contains the Slony project documentation in PDF form. | -| edb-as15-slony-replication-tools | Contains the Slony altperl tools and utilities that are useful when deploying Slony replication environments. Before installing this package, you must install the EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | -| edb-as15-libicu | Contains the supporting library files. | +| Package name | Installed by default | Package installs | +| -------------------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| edb-as16-server | Yes | Installs core components of the EDB Postgres Advanced Server database server. | +| edb-as16-server-client | Yes | Client programs and utilities that you can use to access and manage EDB Postgres Advanced Server. | +| edb-as16-server-contrib | Yes | Installs contributed tools and utilities that are distributed with EDB Postgres Advanced Server. Files for these modules are installed in:

Documentation: `/usr/edb/as16/share/doc`

Loadable modules: `/usr/edb/as16/lib`

Binaries: `/usr/edb/as16/bin` | +| edb-as16-server-core | Yes | Includes the programs needed to create the core functionality behind the EDB Postgres Advanced Server database. | +| edb-as16-server-devel | Yes | Installs the header files and libraries needed to compile C or C++ applications that directly interact with an EDB Postgres Advanced Server server and the ecpg or ecpgPlus C preprocessor. | +| edb-as16-server-docs | Yes | Installs the readme file. | +| edb-as16-server-edb-modules | No | Installs supporting modules for EDB Postgres Advanced Server. | +| edb-as16-server-indexadvisor | No | Installs EDB Postgres Advanced Server's Index Advisor feature. The Index Advisor utility helps to determine the columns to index to improve performance in a given workload. | +| edb-as16-server-libs | Yes | Provides the essential shared libraries for any EDB Postgres Advanced Server client program or interface. | +| edb-as16-server-llvmjit | No | Contains support for just-in-time (JIT) compiling parts of EDB Postgres Advanced Server's queries. You need to install this package separately. | +| edb-as16-server-pldebugger | No | Implements an API for debugging PL/pgSQL functions on EDB Postgres Advanced Server. | +| edb-as16-server-plperl | Yes | Installs the PL/Perl procedural language for EDB Postgres Advanced Server. The `edb-as16-server-plperl` package depends on the platform-supplied version of Perl. | +| edb-as16-server-plpython3 | Yes | Installs the PL/Python procedural language for EDB Postgres Advanced Server. The PL/Python2 support is no longer available in EDB Postgres Advanced Server version 15 and later. | +| edb-as16-server-pltcl | Yes | Installs the PL/Tcl procedural language for EDB Postgres Advanced Server. The `edb-as16-pltcl` package depends on the platform-supplied version of TCL. | +| edb-as16-server-sqlprofiler | No | Installs EDB Postgres Advanced Server's SQL Profiler feature. SQL Profiler helps identify and optimize SQL code. | +| edb-as16-server-sqlprotect | Yes | Installs EDB Postgres Advanced Server's SQL Protect feature. SQL Protect provides protection against SQL injection attacks. | +| edb-as16-server-sslutils | No | Installs functionality that provides SSL support. | +| edb-as16-server-cloneschema | No | Installs the EDB Clone Schema extension. For more information about EDB Clone Schema, see [EDB clone schema](../../database_administration/14_edb_clone_schema/). | +| edb-as16-server-parallel-clone | No | Installs functionality that supports the EDB Clone Schema extension. | +| edb-as16-pgagent | No | Installs pgAgent: Installs pgAgent, a job scheduler for EDB Postgres Advanced Server. Before installing this package, you must install EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | +| edb-as16-edbplus | No | The `edb-edbplus` package contains the files required to install the EDB\*Plus command line client. EDB\*Plus commands are compatible with Oracle's SQL\*Plus. | +| edb-as16-pgsnmpd | No | Simple Network Management Protocol (SNMP) is a protocol that allows you to supervise an apparatus connected to the network. | +| edb-as16-pgpool41-extensions | No | Creates pgPool extensions required by the server for use with pgpool. | +| edb-as16-postgis3 | No | Installs POSTGIS meta RPMs. | +| edb-as16-postgis3-core | No | Provides support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. | +| edb-as16-postgis3-docs | No | Installs PDF documentation of PostGIS. | +| edb-as16-postgis-jdbc | No | Installs the essential jdbc driver for PostGIS. | +| edb-as16-postgis3-utils | No | Installs the utilities for PostGIS. | +| edb-as16-postgis3-gui | No | Provides a GUI for PostGIS. | +| edb-as16-slony-replication | No | Installs the meta RPM for Slony-I. | +| edb-as16-slony-replication-core | No | Slony-I builds a primary-standby system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of standby systems. | +| edb-as16-slony-replication-docs | No | Contains the Slony project documentation in PDF form. | +| edb-as16-slony-replication-tools | No | Contains the Slony altperl tools and utilities that are useful when deploying Slony replication environments. Before installing this package, you must install the EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | +| edb-as16-libicu | No | Contains the supporting library files. | The following table lists the packages for EDB Postgres Advanced Server supporting components. @@ -120,48 +120,48 @@ apt list edb* !!! Note The available package list is subject to change. -| Package name | Package installs | -| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| edb-as15-server | Installs core components of the EDB Postgres Advanced Server database server. | -| edb-as15-server-client | Includes client programs and utilities that you can use to access and manage EDB Postgres Advanced Server. | -| edb-as15-server-core | Includes the programs needed to create the core functionality behind the EDB Postgres Advanced Server database. | -| edb-as15-server-dev | Contains the header files and libraries needed to compile C or C++ applications that directly interact with an EDB Postgres Advanced Server server and the ecpg or ecpgPlus C preprocessor. | -| edb-as15-server-doc | Installs the readme file. | -| edb-as15-server-edb-modules | Installs supporting modules for EDB Postgres Advanced Server. | -| edb-as15-server-indexadvisor | Installs EDB Postgres Advanced Server's Index Advisor feature. The Index Advisor utility helps to determine the columns to index to improve performance in a given workload. | -| edb-as15-server-pldebugger | Implements an API for debugging PL/pgSQL functions on EDB Postgres Advanced Server. | -| edb-as15-server-plpython3 | Installs the PL/Python procedural language for EDB Postgres Advanced Server. PL/Python2 support is not available for EDB Postgres Advanced Server version 15 and later. | -| edb-as15-server-pltcl | Installs the PL/Tcl procedural language for EDB Postgres Advanced Server. The `edb-as15-pltcl` package depends on the platform-supplied version of TCL. | -| edb-as15-server-sqlprofiler | Installs EDB Postgres Advanced Server's SQL Profiler feature. SQL Profiler helps identify and optimize SQL code. | -| edb-as15-server-sqlprotect | Installs EDB Postgres Advanced Server's SQL Protect feature. SQL Protect provides protection against SQL injection attacks. | -| edb-as15-server-sslutils | Installs functionality that provides SSL support. | -| edb-as15-server-cloneschema | Installs the EDB Clone Schema extension. For more information about EDB Clone Schema, see [EDB Clone Schema](../../database_administration/14_edb_clone_schema/). | -| edb-as15-server-parallel-clone | Installs functionality that supports the EDB Clone Schema extension. | -| edb-as15-edbplus | Contains the files required to install the EDB\*Plus command-line client. EDB\*Plus commands are compatible with Oracle's SQL\*Plus. | -| edb-as15-pgsnmpd | Simple Network Management Protocol (SNMP) allows you to supervise an apparatus connected to the network. | -| edb-as15-pgadmin4 | pgAdmin 4 provides a graphical management interface for EDB Postgres Advanced Server and PostgreSQL databases. | -| edb-as15-pgadmin-apache | Apache support module for pgAdmin 4. | -| edb-as15-pgadmin4-common | pgAdmin 4 supporting files. | -| edb-as15-pgadmin4-doc | pgAdmin 4 documentation module. | -| edb-as15-pgpool41-extensions | Creates pgPool extensions required by the server. | -| edb-as15-postgis3 | Installs POSTGIS support for geospatial data. | -| edb-as15-postgis3-scripts | Installs POSTGIS support for geospatial data. | -| edb-as15-postgis3-doc | Provides support for POSTGIS. | -| edb-as15-postgis3-gui | Provides a GUI for POSTGIS. | -| edb-as15-postgis-jdbc | Provides support for POSTGIS. | -| edb-as15-postgis-scripts | Provides support for POSTGIS. | -| edb-as15-pgagent | Installs pgAgent, a job scheduler for EDB Postgres Advanced Server. Before installing this package, you must install the EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | -| edb-as15-slony-replication | Installs the meta RPM for Slony-I. | -| edb-as15-slony-replication-core | Contains core portions of Slony-I to build a primary-standby system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of standby systems. | -| edb-as15-slony-replication-docs | Contains the Slony project documentation in PDF form. | -| edb-as15-slony-replication-tools | Contains the Slony altperl tools and utilities that are useful when deploying Slony replication environments. Before installing this package, you must install the EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | -| edb-as15-hdfs-fdw | The Hadoop Data Adapter allows you to query and join data from Hadoop environments with your Postgres or EDB Postgres Advanced Server instances. It's YARN Ready certified with HortonWorks and provides optimizations for performance with predicate pushdown support. | -| edb-as15-hdfs-fdw-doc | Documentation for the Hadoop Data Adapter. | -| edb-as15-mongo-fdw | EDB Postgres Advanced Server extension that implements a foreign data wrapper for MongoDB. | -| edb-as15-mongo-fdw-doc | Documentation for the foreign data wrapper for MongoDB. | -| edb-as15-mysql-fdw | EDB Postgres Advanced Server extension that implements a foreign data wrapper for MySQL. | -| edb-pgpool41 | Contains the pgPool-II installer. The pgpool-II utility package acts as a middleman between client applications and server database servers. pgpool-II functionality is transparent to client applications. Client applications connect to pgpool-II instead of directly to EDB Postgres Advanced Server, and pgpool-II manages the connection. EDB supports the following pgpool-II features:
- Load balancing
- Connection pooling
- High availability
- Connection limits


pgpool-II runs as a service on Linux systems, and isn't supported on Windows systems.
| -| edb-jdbc | Includes the .jar files needed for Java programs to access an EDB Postgres Advanced Server database. | -| edb-migrationtoolkit | Installs Migration Toolkit, facilitating migration to an EDB Postgres Advanced Server database from Oracle, PostgreSQL, MySQL, Sybase, and SQL Server. | -| edb-pgbouncer115 | PgBouncer, a lightweight connection pooler. This package requires the `libevent` package. | -| edb-efm40 | Installs EDB Failover Manager, which adds fault tolerance to database clusters to minimize downtime when a primary database fails by keeping data online in high availability configurations. | \ No newline at end of file +| Package name | Installed by default | Package installs | +| -------------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| edb-as16-server | Yes | Installs core components of the EDB Postgres Advanced Server database server. | +| edb-as16-server-client | Yes | Includes client programs and utilities that you can use to access and manage EDB Postgres Advanced Server. | +| edb-as16-server-core | Yes | Includes the programs needed to create the core functionality behind the EDB Postgres Advanced Server database. | +| edb-as16-server-dev | Yes | Contains the header files and libraries needed to compile C or C++ applications that directly interact with an EDB Postgres Advanced Server server and the ecpg or ecpgPlus C preprocessor. | +| edb-as16-server-doc | Yes | Installs the readme file. | +| edb-as16-server-edb-modules | No | Installs supporting modules for EDB Postgres Advanced Server. | +| edb-as16-server-indexadvisor | No | Installs EDB Postgres Advanced Server's Index Advisor feature. The Index Advisor utility helps to determine the columns to index to improve performance in a given workload. | +| edb-as16-server-pldebugger | No | Implements an API for debugging PL/pgSQL functions on EDB Postgres Advanced Server. | +| edb-as16-server-plpython3 | Yes | Installs the PL/Python procedural language for EDB Postgres Advanced Server. PL/Python2 support is not available for EDB Postgres Advanced Server version 15 and later. | +| edb-as16-server-pltcl | Yes | Installs the PL/Tcl procedural language for EDB Postgres Advanced Server. The `edb-as16-pltcl` package depends on the platform-supplied version of TCL. | +| edb-as16-server-sqlprofiler | No | Installs EDB Postgres Advanced Server's SQL Profiler feature. SQL Profiler helps identify and optimize SQL code. | +| edb-as16-server-sqlprotect | Yes | Installs EDB Postgres Advanced Server's SQL Protect feature. SQL Protect provides protection against SQL injection attacks. | +| edb-as16-server-sslutils | No | Installs functionality that provides SSL support. | +| edb-as16-server-cloneschema | No | Installs the EDB Clone Schema extension. For more information about EDB Clone Schema, see [EDB Clone Schema](../../database_administration/14_edb_clone_schema/). | +| edb-as16-server-parallel-clone | No | Installs functionality that supports the EDB Clone Schema extension. | +| edb-as16-edbplus | No | Contains the files required to install the EDB\*Plus command-line client. EDB\*Plus commands are compatible with Oracle's SQL\*Plus. | +| edb-as16-pgsnmpd | No | Simple Network Management Protocol (SNMP) allows you to supervise an apparatus connected to the network. | +| edb-as16-pgadmin4 | No | pgAdmin 4 provides a graphical management interface for EDB Postgres Advanced Server and PostgreSQL databases. | +| edb-as16-pgadmin-apache | No | Apache support module for pgAdmin 4. | +| edb-as16-pgadmin4-common | No | pgAdmin 4 supporting files. | +| edb-as16-pgadmin4-doc | No | pgAdmin 4 documentation module. | +| edb-as16-pgpool41-extensions | No | Creates pgPool extensions required by the server. | +| edb-as16-postgis3 | No | Installs POSTGIS support for geospatial data. | +| edb-as16-postgis3-scripts | No | Installs POSTGIS support for geospatial data. | +| edb-as16-postgis3-doc | No | Provides support for POSTGIS. | +| edb-as16-postgis3-gui | No | Provides a GUI for POSTGIS. | +| edb-as16-postgis-jdbc | No | Provides support for POSTGIS. | +| edb-as16-postgis-scripts | No | Provides support for POSTGIS. | +| edb-as16-pgagent | No | Installs pgAgent, a job scheduler for EDB Postgres Advanced Server. Before installing this package, you must install the EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | +| edb-as16-slony-replication | No | Installs the meta RPM for Slony-I. | +| edb-as16-slony-replication-core | No | Contains core portions of Slony-I to build a primary-standby system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of standby systems. | +| edb-as16-slony-replication-docs | No | Contains the Slony project documentation in PDF form. | +| edb-as16-slony-replication-tools | No | Contains the Slony altperl tools and utilities that are useful when deploying Slony replication environments. Before installing this package, you must install the EPEL repository. For detailed information about installing EPEL, see [Linux installation troubleshooting](../troubleshooting/linux_troubleshooting/installation_troubleshooting_linux/). | +| edb-as16-hdfs-fdw | No | The Hadoop Data Adapter allows you to query and join data from Hadoop environments with your Postgres or EDB Postgres Advanced Server instances. It's YARN Ready certified with HortonWorks and provides optimizations for performance with predicate pushdown support. | +| edb-as16-hdfs-fdw-doc | No | Documentation for the Hadoop Data Adapter. | +| edb-as16-mongo-fdw | No | EDB Postgres Advanced Server extension that implements a foreign data wrapper for MongoDB. | +| edb-as16-mongo-fdw-doc | No | Documentation for the foreign data wrapper for MongoDB. | +| edb-as16-mysql-fdw | No | EDB Postgres Advanced Server extension that implements a foreign data wrapper for MySQL. | +| edb-pgpool41 | No | Contains the pgPool-II installer. The pgpool-II utility package acts as a middleman between client applications and server database servers. pgpool-II functionality is transparent to client applications. Client applications connect to pgpool-II instead of directly to EDB Postgres Advanced Server, and pgpool-II manages the connection. EDB supports the following pgpool-II features:
- Load balancing
- Connection pooling
- High availability
- Connection limits


pgpool-II runs as a service on Linux systems, and isn't supported on Windows systems.
| +| edb-jdbc | No | Includes the .jar files needed for Java programs to access an EDB Postgres Advanced Server database. | +| edb-migrationtoolkit | No | Installs Migration Toolkit, facilitating migration to an EDB Postgres Advanced Server database from Oracle, PostgreSQL, MySQL, Sybase, and SQL Server. | +| edb-pgbouncer115 | No | PgBouncer, a lightweight connection pooler. This package requires the `libevent` package. | +| edb-efm40 | No | Installs EDB Failover Manager, which adds fault tolerance to database clusters to minimize downtime when a primary database fails by keeping data online in high availability configurations. | \ No newline at end of file