NLS for extension

From: Ed Behn <ed(at)behn(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Subject: NLS for extension
Date: 2024-03-21 11:48:57
Message-ID: CAJBL5DM4d4u0HNajt-5DJ-eEhT8nmUbYeDyHN694dW=1U1g_+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Good day-
I'll start by admitting that I am a typical American who only speaks
one language.
I maintain the PL./Haskell extension (
https://github.com/ed-o-saurus/PLHaskell). I recently received a bug report
from a user who is unable to load the extension when they have set lc_messages
to something other than 'C' or 'en_US.utf8' (
https://github.com/ed-o-saurus/PLHaskell/issues/9). I'm not sure how to
address this issue. I know it has something to do with NLS, but I'm
confused about what I need to do to get an extension to work. The
documentation in chapter 57 of the user's manual seems to address
stand-alone programs. At least that is my understanding.
I am using my own makefile, not the one from pg_config.
Any guidance would be appreciated.
-Ed

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2024-03-21 12:07:01 Re: ALTER TABLE SET ACCESS METHOD on partitioned tables
Previous Message David Rowley 2024-03-21 11:41:56 Re: Flushing large data immediately in pqcomm