[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Back-SQL PostgreSQL support (ITS#961)



erik@ehofman.com wrote:

> Full_Name: Erik Hofman
> Version: 2.0.7
> OS: Irix
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (213.171.64.35)
>
> Hi,
>
> I've done some testing with openldap and postgresql.
> There need to be a small number of patches (actually only two in the
> source) to get it working.
>
> Since i'm mostly busy doing other things right now, i'll send you the
> patch so you could do anything you want with it.
>
> Regards,
>

Thank you for patch. Actually, I'm mostly busy doing other things too ;), but I will try to add
Postgres support ASAP...


>
> -                               ", '",bsi->oc->name,"' AS objectClass",
> +                               ", cast('",bsi->oc->name,"' as varchar) AS

that seems to be not very portable... oh, well, another configuration option to add...

WBW, Dmitry