Re: Postgresql - commercial version

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Krithika Venkatesh <krithikavenkatesh31(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql - commercial version
Date: 2017-07-07 14:18:11
Message-ID: 4e5ee441-8a5a-6715-473a-4dbfb0064812@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/07/2017 07:04 AM, Krithika Venkatesh 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

It depends on what you are trying to determine:

1) If you are looking at a database installed from here:
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#linux

Then it will the same as the community database, it was just installed
differently.

2) If you are looking at one of EDB's value added products you have to
pay for, then I would suspect there will tables/functions/etc that do
not exist in the community version you could query for.

>
> On 07-Jul-2017 7:28 PM, "Adrian Klaver" <adrian(dot)klaver(at)aklaver(dot)com
> <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
>
> On 07/07/2017 06:52 AM, Krithika Venkatesh wrote:
>
> Hi,
>
> I have postgreSQL 9.5 installed in the server. Is it possible to
> find whether the installed postgresql is enterprise db or an
> open source version through a query.
>
>
> Not sure, but I would try:
>
> select version();
>
>
> Thanks in Advance.
>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2017-07-07 14:43:19 Re: psql doesn't pass on exported shell environment functions
Previous Message David G. Johnston 2017-07-07 14:16:29 Re: Postgresql - commercial version