Goden Yao created HAWQ-101:
------------------------------
Summary: Remove postgres version number from HAWQ
Key: HAWQ-101
URL: https://issues.apache.org/jira/browse/HAWQ-101
Project: Apache HAWQ
Issue Type: Task
Reporter: Goden Yao
Assignee: Roman Shaposhnik
Some version numbers showing in command line is due to historical reason that
HAWQ is derived from Greenplum and postgres.
It doesn't make sense to have these version numbers which would confuse users
after open source.
{code:shell}
gpadmin@rhel65-1 ~]$ psql --version
psql (PostgreSQL) 8.2.15
contains support for command-line editing
{code}
{code:shell}
[gpadmin@rhel65-1 ~]$ postgres --version
postgres (HAWQ) 8.2.15
{code}
{code:shell}
[gpadmin@rhel65-1 ~]$ postgres --hawq-version
postgres (HAWQ) 2.0.0.0 build dev
{code}
{code:shell}
[gpadmin@rhel65-1 ~]$ postgres --gp-version
postgres (HAWQ) 4.2.0 build 1
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)