Skip to content

Instantly share code, notes, and snippets.

@kidd
Created February 11, 2022 18:28
Show Gist options
  • Save kidd/7e582e7c2915de7d7a657e61fdc2cb16 to your computer and use it in GitHub Desktop.
Save kidd/7e582e7c2915de7d7a657e61fdc2cb16 to your computer and use it in GitHub Desktop.
ropsql() {
PSQLRC=<(
cat ~/.psqlrc &&
echo 'set session characteristics as transaction read only;') \
psql "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment