Thursday, August 22, 2019

Install .deb package and dependencies

 Example:

wget http://ftp.jp.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
dpkg -i ttf-mscorefonts-installer_3.6_all.deb
apt -f install
apt install fontconfig

Tuesday, August 13, 2019

Create read only user on Postgres

GRANT SELECT ON ALL TABLES IN SCHEMA public TO username;

ALTER DEFAULT PRIVILEGES IN SCHEMA public
GRANT SELECT ON TABLES TO username;

Monday, August 12, 2019

pgAdmin 4 bug when install Python 3

pgAdmin 4 has bug table_oid on query check it https://stackoverflow.com/questions/57226520/select-does-not-return-values-postgres-11-4