Re: Release of DBD-pg 1.22 - Mailing list pgsql-interfaces

From Rudy Lippan
Subject Re: Release of DBD-pg 1.22
Date
Msg-id Pine.LNX.4.44.0303311843480.5883-100000@elfride.ineffable.net
Whole thread Raw
In response to Re: Release of DBD-pg 1.22  (Adam Witney <awitney@sghms.ac.uk>)
Responses Re: Release of DBD-pg 1.22  (Adam Witney <awitney@sghms.ac.uk>)
List pgsql-interfaces
On Mon, 31 Mar 2003, Adam Witney wrote:

> Yep, there is no trace of is_utf8_string() in perldoc perlapi for 5.6.0
> 

That sounds about right.

> Does this mean that my only option is to upgrade perl? Or will the module
> still work without it?

You can either upgrade perl to 5.6.1 or, if you don't want to upgrade 
perl, you can dike out the section of code between the #ifdef and #endif 
and then it should work (might fail some UTF-8 test).  I would recommed 
upgrading perl, however.

-r



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: Oracle Porting, Compiere
Next
From: ljb
Date:
Subject: libpgtcl COPY out problem - why PQgetlineAsync() ?