From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: uuid for each postgres install? |
Date: | 2014-09-25 20:18:17 |
Message-ID: | 54247889.8050002@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On 09/25/2014 01:02 PM, Gerardo Herzig wrote:
> Hi all. Im wondering if there is, maybe at compilation time, some sort of unique identifier who identifies the actual installation.
>
> It would be even better if can be accesed in SQL form.
> At "initdb" time would be accepted, too.
initdb does create a Database system identifier which can seen using
pg_controldata:
postgres(at)killi:~> pg_controldata /usr/local/pgsql/data
pg_control version number: 903
Catalog version number: 201008051
Database system identifier: 5861256043884404217
Database cluster state: shut down
A quick search showed that folks would like an SQL way of getting this
and that none is available as far as I can determine. The only solution
I could find was grepping the pg_controldata output.
>
>
> Thanks!
>
> Gerardo
>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Gerardo Herzig | 2014-09-25 21:56:01 | Re: uuid for each postgres install? |
Previous Message | Gerardo Herzig | 2014-09-25 20:02:27 | uuid for each postgres install? |