aboutsummaryrefslogtreecommitdiff
path: root/scripts/postgres_run.sh
blob: 524758e75f48d61384b7d11c29ac655b6bb917a1 (plain) (blame)
1
2
3
#!/bin/sh

LC_ALL="C" exec /opt/homebrew/opt/postgresql@15/bin/postgres -D /opt/homebrew/var/postgresql@15 -d 2 "$@"