On Nov 26, 2013, at 10:02 AM, David E. Wheeler <[email protected]> wrote:
> $ perl-MURI -E 'say
> URI->new("db:pg://me:[email protected]/foo.db")->dbi_dsn'
> dbi:Pg:dbname=me:secret.com/foo.db
Well, I can see I have a bug or two to work out. That should be:
$ perl -MURI -Ilib -E 'say
URI->new("db:pg://me:[email protected]/foo.db")->dbi_dsn'
dbi:Pg:host=example.com;dbname=foo.db
Thanks,
David
