1
0
Fork 0

zsh: Add psql-ro alias for read-only psql connections

This commit is contained in:
Jeremy Kaplan 2025-03-05 11:12:10 -05:00
commit 8525d37650
3 changed files with 7 additions and 1 deletions

3
psql/.psqlrc-readonly Normal file
View file

@ -0,0 +1,3 @@
\pset expanded auto
SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY;