All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.setup.sh Maven / Gradle / Ivy

The newest version!
#! /bin/sh

psql -c "drop database atomfeed" -U postgres

psql -c "create database atomfeed" -U postgres

psql -d "atomfeed" -c "create schema atomfeed authorization postgres" -U postgres

psql -d "atomfeed" -c "grant all on schema atomfeed to postgres" -U postgres




© 2015 - 2025 Weber Informatics LLC | Privacy Policy