-
Notifications
You must be signed in to change notification settings - Fork 333
Update installing_ecpgplus.mdx #7041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
dd13943 to
c7b033d
Compare
|
@yuki-tei, I hope you're keeping up well! I'll take a look into this and triage accordingly. Thanks! |
|
Hi @yuki-tei, I'll look into this and triage it accordingly. Thanks! |
| ## Installing ECPGPlus | ||
|
|
||
| On Linux, install with the `edb-as<xx>-server-devel` RPM package or `edb-as<xx>-server-dev` APT package, where `<xx>` is the EDB Postgres Advanced Server version number. On Linux, the executable is located in: | ||
| On Linux, install with the `edb-as<xx>-server-ecpg-devel` RPM package and `edb-as<xx>-server-devel` RPM package or `edb-as<xx>-server-dev` APT package, where `<xx>` is the EDB Postgres Advanced Server version number. On Linux, the executable is located in: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| On Linux, install with the `edb-as<xx>-server-ecpg-devel` RPM package and `edb-as<xx>-server-devel` RPM package or `edb-as<xx>-server-dev` APT package, where `<xx>` is the EDB Postgres Advanced Server version number. On Linux, the executable is located in: | |
| On Linux, install the `edb-as<xx>-server-ecpg-devel` RPM package and the `edb-as<xx>-server-devel` RPM package or `edb-as<xx>-server-dev` APT package, where `<xx>` is the EDB Postgres Advanced Server version number. On Linux, the executable is located in: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I agree with the minor change.
Could you confirm at your side that the apt package is also edb-as-server-ecpg-devel not edb-as-server-ecpg-dev?
Kind Regards,
Yuki Tei
Hi,
Greetings. Hope you are doing well and healthy.
What Changed?
From EPAS18, since packaging is altered to deny dependency between EPAS/EPAS-devel package and ecpg package,
edb-asxx-server-ecpg-devel(and -ecpg-lib in dependency) should be installed explicitly in order to utilize ECPG Plus.
Note: Please see details in Support Ticket #56162.
Also, these samples are refer to as14, so I altered them to 18
Need further discussion
I only tested the new instructions in Almalinux, if Ubuntu package name is different,
please fix my draft.
Kind Regards,
Yuki Tei