Re: Altering column collation

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Altering column collation
Дата
Msg-id CA+OCxoz4rx=N7eqAJoMDHRM0eajMx=6SRp0ALeLffh3FwDf+Mg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Altering column collation  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Altering column collation  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
On Tue, Jul 19, 2011 at 8:27 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> On Tue, 2011-07-19 at 09:32 +0200, Guillaume Lelarge wrote:
>> On Tue, 2011-07-19 at 00:48 +0100, Thom Brown wrote:
>> > [...]
>> > Attached is a patch which fixes #328.  Currently if you change a
>> > column's collation, it actually drops the column.  This changes it so
>> > that it issues an ALTER TYPE to adjust the collation instead.
>> >
>>
>> Pushed on master. Thanks for yet another patch :)
>>
>> I didn't push it on 1.14 yet. The patch doesn't work here, and I guess
>> it's because I didn't push your previous patch. I'm not sure on the best
>> move here. Should we simply remove the bug (no change detected when
>> changing collation on the column properties dialog)? or should we apply
>> both patches (which will give us bugfix, and better handling of
>> columns)? Any ideas?
>>
>
> Dave, I would like to know what you think of this.

Err, I never even looked at the collation feature. Let's see what Thom
comes up with following your comment that it applies but doesn't work,
and argue about it then if necessary. Looking back at the thread
though, it does seem like a bug that should be resolved.


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Altering column collation
Следующее
От: Dave Page
Дата:
Сообщение: Re: Handling connection loss