From: | Ruslan A Dautkhanov <rusland(at)scn(dot)ru> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | upcoming 7.4 relaese: absent recode() function ? |
Date: | 2003-08-08 05:17:32 |
Message-ID: | 3F33326C.3080207@scn.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
>From the latest pgsql-announce(at)postgresql(dot)org
message
> The --enable-recode feature was removed due to its brokenness with
> the IPv6 changes and an apparent lack of anyone actually using it.
Is this mean, that PostgresSQL will not have recode() futher ?
Some my programs use following form of the recode:
recode('...', 'Windows-1251', 'KOI8-R')
to convert posted users' files into my base charset KOI8-R, if the files' content have another charset
and save them into DB...
How can I install recode() function for 7.4 release ?
--
best regards,
Ruslan A Dautkhanov rusland(at)scn(dot)ru
From | Date | Subject | |
---|---|---|---|
Next Message | Mirek Hankus | 2003-08-08 12:27:29 | ALTER TABLE table RENAME TO sould change also sequence name |
Previous Message | Stephan Szabo | 2003-08-07 22:10:00 | Re: UNION discards indentical rows in postgres 7.3.3 |