Altering column collation

From: Thom Brown <thom(at)linux(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Altering column collation
Date: 2011-07-18 23:48:13
Message-ID: CAA-aLv4n58ng04Qa4NBf3TA=394H9cAgrf-mpQM2R7o4H6v08Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

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.

Regards

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

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

Attachment Content-Type Size
alter_column_collation.patch text/x-patch 1.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-07-18 23:48:17 Re: [pgAdmin III] #328: Column collation change has no effect
Previous Message Jasmin Dizdarevic 2011-07-18 22:23:54 Re: Handling connection loss