X-Git-Url: https://git.distorted.org.uk/~mdw/dvddb/blobdiff_plain/86ca219149cec6da6fe3f32799ed70c7e159e0ad..a2dfdd89faaddc1e86fe937c76532b0bd31af2f7:/pldb diff --git a/pldb b/pldb index 2e70b6c..73fb31d 100755 --- a/pldb +++ b/pldb @@ -44,7 +44,7 @@ sub db_connect (;$) { RaiseError => 1, ReadOnly => 1, %$opts); - $DB = DBI->connect("dbi:Pg:host=roadstar", "", "", \%opts); + $DB = DBI->connect("dbi:Pg:host=roadstar;dbname=mdw", "", "", \%opts); } sub must_exist ($$@) {