- PostgreSQL 9.5: http://www.postgresql.org/
Add a user
At this time postgres user exists on Solaris, so I am going to use that, but just in case then:# groupadd -g 90 postgres
# useradd -u 90 -S files -s /usr/bin/pfksh -d / -g postgres postgres
# grep postgres /etc/passwd /etc/group
/etc/passwd:postgres:x:90:90:PostgreSQL Reserved UID:/:/usr/bin/pfksh
/etc/group:postgres::90: