PostgreSQL: Warning: Console code page (437) differs from Windows code page (1252)
From the psql documentation: psql is built as a “console application”. Since the Windows console windows use a different encoding than the rest of the system, you must take special care when using 8-bit characters within psql. If psql detects a problematic console code page, it will warn you at startup. To change the console … Read more