<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: PostgreSQL: TO_ASCII &amp; UTF8</title>
	<atom:link href="http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/</link>
	<description>laudatio.com</description>
	<lastBuildDate>Fri, 05 Aug 2011 10:40:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Von: Antonio Garcia</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-96</link>
		<dc:creator>Antonio Garcia</dc:creator>
		<pubDate>Tue, 02 Aug 2011 10:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-96</guid>
		<description>Thank for this solution.</description>
		<content:encoded><![CDATA[<p>Thank for this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Rodrigo Almeida</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-74</link>
		<dc:creator>Rodrigo Almeida</dc:creator>
		<pubDate>Tue, 01 Feb 2011 18:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-74</guid>
		<description>Problem solved! One point for you! :) Thank you.</description>
		<content:encoded><![CDATA[<p>Problem solved! One point for you! <img src='http://www.laudatio.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: emi</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-73</link>
		<dc:creator>emi</dc:creator>
		<pubDate>Tue, 16 Nov 2010 11:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-73</guid>
		<description>I have the same problem that @poncho. I have tried with LATIN1, LATIN2, LATIN9 and WIN1250, but all of them fail.

This is a 7000 rows table, so looking &quot;manually&quot; for a bad character is not a way.

Any help on this?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I have the same problem that @poncho. I have tried with LATIN1, LATIN2, LATIN9 and WIN1250, but all of them fail.</p>
<p>This is a 7000 rows table, so looking &#8220;manually&#8221; for a bad character is not a way.</p>
<p>Any help on this?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Santiago Sexo</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-58</link>
		<dc:creator>Santiago Sexo</dc:creator>
		<pubDate>Tue, 04 Aug 2009 05:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-58</guid>
		<description>any news coming ?</description>
		<content:encoded><![CDATA[<p>any news coming ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: loob</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-57</link>
		<dc:creator>loob</dc:creator>
		<pubDate>Tue, 14 Jul 2009 08:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-57</guid>
		<description>poncho: I just change the encoding from latin1 to latin2 and it works now! ;)</description>
		<content:encoded><![CDATA[<p>poncho: I just change the encoding from latin1 to latin2 and it works now! <img src='http://www.laudatio.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: poncho</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-56</link>
		<dc:creator>poncho</dc:creator>
		<pubDate>Tue, 26 May 2009 18:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-56</guid>
		<description>There are characters that cannot be converted from utf to latin. 
If you have only one record with such character, every query using convert_to raises an error.
Have someone found out how to work around this?</description>
		<content:encoded><![CDATA[<p>There are characters that cannot be converted from utf to latin.<br />
If you have only one record with such character, every query using convert_to raises an error.<br />
Have someone found out how to work around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: eMerzh</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-32</link>
		<dc:creator>eMerzh</dc:creator>
		<pubDate>Wed, 18 Mar 2009 10:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-32</guid>
		<description>oups 
CREATE FUNCTION to_ascii(bytea, name)
RETURNS text STRICT AS &#039;to_ascii_encname&#039; LANGUAGE internal;</description>
		<content:encoded><![CDATA[<p>oups<br />
CREATE FUNCTION to_ascii(bytea, name)<br />
RETURNS text STRICT AS &#8216;to_ascii_encname&#8217; LANGUAGE internal;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: eMerzh</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-31</link>
		<dc:creator>eMerzh</dc:creator>
		<pubDate>Wed, 18 Mar 2009 10:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-31</guid>
		<description>Thanks for your function ...

But...

if you do select public.to_ascii(null::bytea, &#039;latin1&#039;);

Postmaster will crash!

because of the null value!

Please mark your function to strict :

CREATE FUNCTION to_ascii(bytea, name)
RETURNS STRICT text AS &#039;to_ascii_encname&#039; LANGUAGE internal;</description>
		<content:encoded><![CDATA[<p>Thanks for your function &#8230;</p>
<p>But&#8230;</p>
<p>if you do select public.to_ascii(null::bytea, &#8216;latin1&#8242;);</p>
<p>Postmaster will crash!</p>
<p>because of the null value!</p>
<p>Please mark your function to strict :</p>
<p>CREATE FUNCTION to_ascii(bytea, name)<br />
RETURNS STRICT text AS &#8216;to_ascii_encname&#8217; LANGUAGE internal;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: P</title>
		<link>http://www.laudatio.com/wordpress/2008/11/05/postgresql-83-to_ascii-utf8/comment-page-1/#comment-30</link>
		<dc:creator>P</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laudatio.com/wordpress/?p=62#comment-30</guid>
		<description>Problem solved too.
You saved my life.

Thx for share!</description>
		<content:encoded><![CDATA[<p>Problem solved too.<br />
You saved my life.</p>
<p>Thx for share!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

