Re: OT - pg perl DBI question

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: OT - pg perl DBI question
Дата
Msg-id 479F2941.9030302@archonet.com
обсуждение исходный текст
Ответ на Re: OT - pg perl DBI question  (Glyn Astill <glynastill@yahoo.co.uk>)
Ответы Re: OT - pg perl DBI question  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
Glyn Astill wrote:
> well its using the pgsql_replication_check.pl, which does:
>
> ----------------------
> use Pg;
> use Getopt::Std;

>
> So I assume it's not getting past the use Pg line as although it's
> looking in /usr/lib/perl5 it's not going to look in
> /usr/lib/perl5/DBD ??

DBD::Pg is not the same as Pg.pm

perldoc DBD::Pg
perldoc Pg

I think it's libpg-perl that you want.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: CaT
Дата:
Сообщение: Re: OT - pg perl DBI question
Следующее
От: Colin Wetherbee
Дата:
Сообщение: Re: OT - pg perl DBI question