From: | 刘庄 <lzwp0521(at)163(dot)com> |
---|---|
To: | "Peter Smith" <smithpb2250(at)gmail(dot)com> |
Cc: | "Amit Kapila" <amit(dot)kapila16(at)gmail(dot)com>, Robert Sjöblom <robert(dot)sjoblom(at)fortnox(dot)se>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re:Re: [DOC] Update ALTER SUBSCRIPTION documentation v3 |
Date: | 2023-06-14 10:23:42 |
Message-ID: | 7ab52007.390e.188b96ebe7a.Coremail.lzwp0521@163.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi:
postgres ODBC's driver psqlodbcw.so supports Unicode. You can do this by checking the value of the SQL_ATTR_ANSI_APP attribute; if it is SQL_AA_FALSE, Unicode is supported; If the value is SQL_AA_TRUE, ANSI is supported
At 2023-06-14 11:54:46, "Peter Smith" <smithpb2250(at)gmail(dot)com> wrote:
>On Wed, Jun 14, 2023 at 1:10 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>>
>> On Wed, May 17, 2023 at 11:57 AM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>> >
>> > On Wed, May 17, 2023 at 2:53 PM Robert Sjöblom
>> > <robert(dot)sjoblom(at)fortnox(dot)se> wrote:
>> > >
>> > > Attached is the revised version.
>> > >
>> >
>> > v4 looks good to me.
>> >
>>
>> The latest version looks good to me as well. I think we should
>> backpatch this change as this is a user-facing message change in docs
>> and code. What do you guys think?
>>
>
>I do not know the exact criteria for deciding to back-patch, but I am
>not sure back-patching is so important for this one.
>
>It is not a critical bug-fix, and despite being a user-facing change,
>there is no functional change. Also, IIUC the previous docs existed
>for 6 years without problem.
>
>------
>Kind Regards,
>Peter Smith.
>Fujitsu Australia
>
From | Date | Subject | |
---|---|---|---|
Next Message | Juan José Santamaría Flecha | 2023-06-14 10:50:28 | Re: Inconsistent results with libc sorting on Windows |
Previous Message | Pavel Borisov | 2023-06-14 10:21:05 | Re: Pluggable toaster |