Skip to content
Snippets Groups Projects
Commit 98d33cf2 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8887: Added comments on how to load sql file into postgres

parent ed1d1549
No related branches found
No related tags found
No related merge requests found
-- Usage:
--
-- psql --command="CREATE DATABASE qpidinfra"
-- psql --dbname=qpidinfra --file=qpidinfradb.sql
DROP TABLE IF EXISTS exchanges CASCADE; DROP TABLE IF EXISTS exchanges CASCADE;
DROP TABLE IF EXISTS queues CASCADE; DROP TABLE IF EXISTS queues CASCADE;
DROP TABLE IF EXISTS hosts CASCADE; DROP TABLE IF EXISTS hosts CASCADE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment