Uso Basico PostgreSQL

Camilo Nova
CEOA veces es necesario tener esto a la mano cuando se trabaja con PostgreSQL:
Para crear un usuario:
CREATE USER axiacore WITH PASSWORD 'axiacore_pass';
Para crear una base de datos:
CREATE DATABASE axiacore_db;
Para otorgar todos los privilegios:
GRANT ALL PRIVILEGES ON DATABASE axiacore_db TO axiacore
Written by Camilo Nova

Software Engineer, Investor, CEO, and father of two. Camilo writes on the intersection of technology, design, and business.