From: | John McKown <john(dot)archie(dot)mckown(at)gmail(dot)com> |
---|---|
To: | Krithika Venkatesh <krithikavenkatesh31(at)gmail(dot)com> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgresql - commercial version |
Date: | 2017-07-07 15:00:10 |
Message-ID: | CAAJSdjgC5aOHE34b1ZEjQutoFJttz1Mk58GgNf0=e1gEdXHpTw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, Jul 7, 2017 at 9:04 AM, Krithika Venkatesh <
krithikavenkatesh31(at)gmail(dot)com> wrote:
> select version () gives me output something like this
>
> PostgreSQL 9.5.4 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.1.2
> 20080704 (Red hat 4.1.2-55), 64 bit.
>
> Is there any other way to find
>
>
I don't have access to EDB, just the community version (from the Fedora
RPM). But from looking at the manual:
https://www.enterprisedb.com/docs/en/9.6/DB_Compat_Oracle_Reference/Database_Compatibility_for_Oracle_Developers_Reference_Guide.1.203.html
you might try:
SELECT * FROM PRODUCT_COMPONENT_VERSION;
This table does not exist in the version which I have, and so I am guessing
that it would be a decent test.
--
Veni, Vidi, VISA: I came, I saw, I did a little shopping.
Maranatha! <><
John McKown
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-07-07 15:07:10 | Re: psql doesn't pass on exported shell environment functions |
Previous Message | Albe Laurenz | 2017-07-07 14:43:19 | Re: psql doesn't pass on exported shell environment functions |