Christopher Kings-Lynne wrote:
> * We have a request for how to change database encoding every other
> day
This is pretty much impossible. It's analogous to changing, say, the
endianness of all integers. You would need to rewrite the entire
database. But pg_dump & restore already does that.
> (i suggest a warning in initdb if no encoding is specified -
> EVERY pgsql newbie fails to set it)
Hm...