Blinnikov / postgres_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL demo

Connect to DB from command line:

psql -h localhost -U postgres -W postgres

Init DB:

psql -h localhost -U postgres -W postgres -f demo-small-20170815.sql

About


Languages

Language:PLpgSQL 100.0%