watch your DBI scripts if you are upgrading to 7.1 - Mailing list pgsql-general

From newsreader@mediaone.net
Subject watch your DBI scripts if you are upgrading to 7.1
Date
Msg-id 20010418055739.A8902@dragon.universe
Whole thread Raw
List pgsql-general
psql no longer works the systax
    $ psql dbname@hostname

In my DBI scripts I had
    $d=DBI->connect('dbi:Pg:dbname=dbname@hostname','user')
That must be rewritten as
    $d=DBI->connect('dbi:Pg:dbname=dbname;host=hostname','user')

pgsql-general by date:

Previous
From: elwood@agouros.de (Konstantinos Agouros)
Date:
Subject: How to read a query plan?
Next
From: Tony Grant
Date:
Subject: Two questions