[BUGS] BUG #14747: Postgres installation failing as non-root user - Mailing list pgsql-bugs

From durgas009@gmail.com
Subject [BUGS] BUG #14747: Postgres installation failing as non-root user
Date
Msg-id 20170717072015.9229.63850@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14747
Logged by:          Durgadatta Sahu
Email address:      durgas009@gmail.com
PostgreSQL version: 9.6.0
Operating system:   RHEL-7.2-x86_64
Description:

I am using postgresql-linux-x64.run to install postgres on RHEL-7.2-64bit
machine . (Red Hat Enterprise Linux-7.2 (Maipo))
I am using following command to extract:

postgresql-linux-x64.run --mode unattended --extract-only yes --prefix
/home/durga/pg_dir/ 

During extraction its throwing error 

"There has been an error.
Error changing ownership of /home/durga/pg_dir/bin to root"

If I am installing it as root/sudo user its working fine. Please suggest me
how to work with NON-ROOT user ?



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: digoal@126.com
Date:
Subject: [BUGS] BUG #14746: sub query's plan not right?
Next
From: johnthuss@gmail.com
Date:
Subject: [BUGS] BUG #14748: Invalid statement should raise parse error,but ignores invalid part instead