Метка: postgresql

Основные команды PostgreSQL

postgresql $psql show all database => \l show all table => \dt show all users => \du

Читать далее »