Si⠀ - 2007-10-12

Hi,

Thanks for your continued work on this. 8.2.5 install went smoothly for me just now.

I like to use UTF-8 for all my projects these days. What do you think about changing the default PG_DATA to UTF-8?

For anybody who wants to do this post-install on their own Mac:

sudo rm -fr /Library/PostgreSQL8/data
sudo -u postgres initdb -E utf8 /Library/PostgreSQL8/data

Si