Victims of Military abductions surfaced due to Writ of Amparo
Full text of the writ of Amparo can be found here

Printed copies available, email rbahaguejr [at] gmail [dot] com

Saturday, October 13, 2007

Remember SUDO + SU

sudo su postgres -c "psql -U postgres databaseName"

or change the pg_hba.conf for postgresql.
1. change authentication type to trust.

others

psql -d template1 -U postgres (enter the template1 service database)

alter user postgres with password 'postgres_password'; (run query to change the password)

No comments: