From 46328916eefc5f9eaf249518e96f68afcd35923b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 12 Dec 2013 21:53:21 -0500 Subject: configure: Allow adding a custom string to PG_VERSION This can be used to mark custom built binaries with an extra version string such as a git describe identifier or distribution package release version. From: Oskari Saarenmaa --- doc/src/sgml/installation.sgml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 2bdb3f10b30..fc6559d7084 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -628,6 +628,19 @@ su - postgres + + + + + Append STRING to the PostgreSQL version number. You + can use this, for example, to mark binaries built from unreleased Git + snapshots or containing custom patches with an extra version string + such as a git describe identifier or a + distribution package release number. + + + + -- cgit v1.2.3