So I've a postgrse schema named "Köln". By pressing CTRL+I the SQL ```sql SELECT * FROM köln.tier ```sql will be formatted to: ```sql SELECT * FROM k ö ln.tier ``` effectively bricking this sql code.
So I've a postgrse schema named "Köln".
By pressing CTRL+I the SQL
effectively bricking this sql code.