- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PostgreSQL/SQL/データベース作成/文字コードを指定して作成する へ行く。
- 1 (2018-06-04 (月) 11:43:25)
文字コードを指定して作成する
CREATE DATABASE foo_db ENCODING 'UTF8' CREATE DATABASE bar_db ENCODING 'SJIS'
ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)