Peter Moscatt wrote:
> Are there routines that allow me to list databases within PostGres ?
>
From a shell prompt, use `psql -l`. The SQL command is: select datname from pg_database;
HTH,
Joe
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.