Configure PostgreSQL database on Solaris 10
Configure PostgreSQL database on Solaris 10 Occassionally you may need to setup database remotely on non-Windows O.S., then the following steps could be of great reference for your SCADA application. Open a terminal (right click on desktop, select Hosts and click Terminal Console) Create postgres user in /export/home/postgres # groupadd postgres # useradd -c ‘PostgreSQL […]