Re: [WIP] plpgsql is not translate-aware - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [WIP] plpgsql is not translate-aware
Date
Msg-id 20081008223219.GG4164@alvh.no-ip.org
Whole thread Raw
In response to Re: [WIP] plpgsql is not translate-aware  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: [WIP] plpgsql is not translate-aware
List pgsql-hackers
Alvaro Herrera wrote:

> Now, the obvious big problem I have with this patch is that I have to
> pass plpgsql's locale path to bindtextdomain(), but I'm not seeing any
> decent way to do that ... ideas?

I think the best way to do this is to stash the library path being
loaded where _PG_init can find it.  It is a bit ugly but not beyond
belief.

Would anybody object to this?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [WIP] plpgsql is not translate-aware
Next
From: Tom Lane
Date:
Subject: Re: trigger functions broken?