pgsql backup: show database name
Compare changes
+ 1
− 1
@@ -54,7 +54,7 @@ function doPgsqlBackup(){
@@ -54,7 +54,7 @@ function doPgsqlBackup(){
sSqlGetDblist="select datname from pg_database where not datistemplate and datallowconn order by datname;"