pg_system_identifier() - Mailing list pgsql-hackers

From Vik Fearing
Subject pg_system_identifier()
Date
Msg-id 5215346B.7070800@dalibo.com
Whole thread Raw
Responses Re: pg_system_identifier()  (Fujii Masao <masao.fujii@gmail.com>)
Re: pg_system_identifier()  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
After someone in IRC asked if there was an equivalent to MySQL's
server_id, it was noted that we do have a system identifier but it's not
very accessible.

The attached patch implements a pg_system_identifier() function that
exposes it.

Shall I add this to the next commitfest?

--
Vik


Attachment

pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: GSOC13 proposal - extend RETURNING syntax
Next
From: Tom Lane
Date:
Subject: Re: Bison 3.0 updates