Konfigurationen
Startseite
PostgreSQL
Konfigurationen : Datenbankencoding anpassen
Created by
Florian J. Kleine-Vorholt
, last updated on Aug. 02, 2024
update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'thedb';