diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-27 22:30:15 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-27 22:30:15 -0400 |
commit | 9539e58ae7653ffa5ef25cf7b18c67d705813334 (patch) | |
tree | edae9906b601e1f51d3236e83924562f588d0cf5 /lib/60-postgres | |
parent | d0f053485d6635d0128b815b422b421bbb836514 (diff) | |
download | infrastructure-9539e58ae7653ffa5ef25cf7b18c67d705813334.tar.gz |
more mysql stuff
Diffstat (limited to 'lib/60-postgres')
-rw-r--r-- | lib/60-postgres | 1 |
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 |