<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Documenation Out of Date (AlternateNames)?"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Documenation Out of Date (AlternateNames)?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Documenation Out of Date (AlternateNames)?</title>
				<description><![CDATA[ In the readme.txt file found in <a href='http://download.geonames.org/export/dump/' target='_new' rel="nofollow">http://download.geonames.org/export/dump/</a> the column size is reported to be 4000

<blockquote>alternatenames    : alternatenames, comma separated varchar(4000)
&nbsp;
		</blockquote>

After importing the file into our database SQL Server 2008, this does not seem to be the case:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>SELECT ID, LEN&#40;AlternateNames&#41; AS Length FROM AllCountries WHERE LEN&#40;AlternateNames&#41; &gt; 4000</pre>
		</div>

Results:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>ID          Length
----------- --------------------
3577815     4887
290557      4995
239880      4760
2410758     4348
1873107     4432
2635167     4865
3277605     4473
203312      4808
3474415     4189</pre>
		</div>]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1039.page#4555</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1039.page#4555</link>
				<pubDate><![CDATA[Wed, 27 Aug 2008 22:48:06]]> GMT</pubDate>
				<author><![CDATA[ bbqfrito]]></author>
			</item>
			<item>
				<title>Re:Documenation Out of Date (AlternateNames)?</title>
				<description><![CDATA[ Funny on our postgres db it is varchar(4000). 

I assume SQL Server is counting the bytes and not the characters, with exotic characters needing two or more bytes. I will make a small note on the documentation.

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1039.page#4569</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1039.page#4569</link>
				<pubDate><![CDATA[Sat, 30 Aug 2008 18:21:40]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>