Re: [GENERAL] Custom conversion

2008-02-26 Thread Tom Lane
Yuri Gordienko <[EMAIL PROTECTED]> writes: > How can I make custom conversion? The postgres-documentation can't help > me :( I'd suggest you start by copying-and-pasting one of the existing conversion functions. Look under src/backend/utils/mb/conversion_procs/ in the source distribution.

[GENERAL] Custom conversion

2008-02-26 Thread Yuri Gordienko
Hi, How can I make custom conversion? The postgres-documentation can't help me :( I'm find this only, but without any examples: http://www.postgresql.org/docs/8.3/interactive/sql-createconversion.html CREATE [ DEFAULT ] CONVERSION name FOR source_encoding TO dest_encoding FROM funcname