Re: postgresql perl connectivity

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: postgresql perl connectivity
Дата
Msg-id 40DFE0DF.4030908@archonet.com
обсуждение исходный текст
Ответ на Re: postgresql perl connectivity  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
Alvaro Herrera wrote:
> On Sun, Jun 27, 2004 at 07:05:13PM -0600, Jay wrote:
>
>
>>Perhaps the DBD::pg perl module hasn't been fully installed,
>>or perhaps the capitalisation of 'pg' isn't right.
>>Available drivers: ExampleP, Pg, Proxy, Sponge, mysql.
>>at psqldb.pl line 10
>
>
> So, did you try using the Pg driver rather than pg ?  It seems in this
> case capitalisation matters ...

It does indeed, since the module-name is the same is its filename and
unix has case-sensitive file-systems (hmm - what would happen on Windows?)

Jay - a quick tip with these is that "perldoc DBD::Pg" will show the
docs for the module in question, or an error if it can't find the module.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Plperlu and sending emails, is it safe?
Следующее
От: Pavel Stehule
Дата:
Сообщение: is win1250 supported encoding for PG7.5?