Hi!
Generally speaking, locale names from Unix systems won't work at all on
Windows. You need to create the database manually with whatever seems
to be the closest Windows locale match, and then restore its contents
without using --create.
This is unattended script running in every night from .bat file.
How to replace pg_restore --create option with psql and/or createdb calls
and specify proper locale for them ?
Currently everthing has "Estonian_Estonia.1257" locale in windows.
Which locale name should be specified in Windows instead of this?
Or maybe creating new template with proper encoding or changing template0
encoding helps?
Andrus.