Magnus Hagander Wrote: > > > PostgreSQL 8.0 does not support UTF8 on Win32. You will need to > > > convert the file before you load it into the database - > look at for > > > example the GNU iconv program to do this. > > > > PostgreSQL does not support UTF8 locales on Windows, but > the character > > conversion should work the same on all platforms, shouldn't it? > > I thought that was also handled in the locale code. But now > that you say it, it's probably not - it should be the same. > I'll withdraw my comment then, clearly wrong. Thanks for > clearing that up.
Currently, it is very much so handled by the systems locale support, hence it is handled differently depending on platform. ICU support should make it to 8.1 I hear, which will make the bahaviour uniform. ... John > > > //Magnus > > ---------------------------(end of > broadcast)--------------------------- > TIP 6: explain analyze is your friend > > ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings