Thread: how to check PEM version

how to check PEM version

From
Atul Kumar
Date:
Hi,

I have installed pem in centos 7, now i want to check the version of
PEM using sql query.

Please let me know, how should i do that.

My postgres version is 11.8


Regards,
Atul



Re: how to check PEM version

From
Ashesh Vashi
Date:
On Thu, Sep 10, 2020 at 2:19 PM Atul Kumar <akumar14871@gmail.com> wrote:
Hi,

I have installed pem in centos 7, now i want to check the version of
PEM using sql query.

Please let me know, how should i do that.
PEM is EnterpriseDB proprietary product, please avoid asking questions about that on this list.

Please send your queries to EnterpriseDB.

-- Thanks,
Ashesh Vashi  


My postgres version is 11.8


Regards,
Atul


Re: how to check PEM version

From
Diego
Date:

Hi Atul,

copy from program is your friend ;P
https://www.postgresql.org/docs/current/sql-copy.html

On 2020-09-10 05:49, Atul Kumar wrote:
Hi,

I have installed pem in centos 7, now i want to check the version of
PEM using sql query.

Please let me know, how should i do that.

My postgres version is 11.8


Regards,
Atul


.