watch your DBI scripts if you are upgrading to 7.1

Поиск
Список
Период
Сортировка
От newsreader@mediaone.net
Тема watch your DBI scripts if you are upgrading to 7.1
Дата
Msg-id 20010418055739.A8902@dragon.universe
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: elwood@agouros.de (Konstantinos Agouros)
Дата:
Сообщение: How to read a query plan?
Следующее
От: Tony Grant
Дата:
Сообщение: Two questions