mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
5 lines
210 B
Bash
Executable File
5 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o xtrace # Print each command before execution
|
|
|
|
PGPASSWORD=password psql -h localhost -U postgres -p 8432 -d dockercplane -c "select name, postgres_version from branches where deleted=false;" |