PostgreSQL

Comandos básicos: La mayoría los ejecuto haciendo antes su – postgres createdb -O owner [-T template_to_copy] dbname createuser -DRS username -P psql -h localhost [dbname] [owner] -W algunos comandos: [bash] \? – ayuda general \l – listar bases de datos \d