aboutsummaryrefslogtreecommitdiff
path: root/lib/60-postgres
diff options
context:
space:
mode:
Diffstat (limited to 'lib/60-postgres')
-rw-r--r--lib/60-postgres1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/60-postgres b/lib/60-postgres
index 6f418ea..b50d130 100644
--- a/lib/60-postgres
+++ b/lib/60-postgres
@@ -9,6 +9,7 @@ postgres_run(){
-v ON_ERROR_STOP=1 \
"$@"
}
+
postgres_create_role(){
# $1 = postgres_host, $2 = username
cat <<EOF | postgres_run -h "${1}" -d postgres