Which command opens the PostgreSQL interactive client as the operating-system user postgres?
postgres
sudo -u postgres psql
sudo psql -u postgres
sudo -u postgres mysql
postgres psql