Answers for "pass \l to psql from linux"

0

pass \l to psql from linux

# Use the -c flag
psql -Umy_user -c "\l+"
Posted by: Guest on August-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language