• 追加された行はこの色です。
  • 削除された行はこの色です。
* 文字コードを指定して作成する [#p4daf038]

 CREATE DATABASE foo_db ENCODING 'UTF8'
 CREATE DATABASE bar_db ENCODING 'SJIS'

** [#bd2cf668]
ERROR:  new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)


** 参考 [#jee01536]

- https://www.postgresql.org/docs/current/static/sql-createdatabase.html
- https://www.postgresql.org/docs/current/static/multibyte.html#MULTIBYTE-CHARSET-SUPPORTED
- https://www.dbonline.jp/postgresql/database/index2.html



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS