Altering column collation - Mailing list pgadmin-hackers

From Thom Brown
Subject Altering column collation
Date
Msg-id CAA-aLv4n58ng04Qa4NBf3TA=394H9cAgrf-mpQM2R7o4H6v08Q@mail.gmail.com
Whole thread Raw
Responses Re: Altering column collation  (Guillaume Lelarge <guillaume@lelarge.info>)
List 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

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #328: Column collation change has no effect
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix weird behaviour when changing column's collatio