Skip to content

Default encoding is SQL_ASCII #14

Closed
@aanand

Description

@aanand
$ docker run -d --name db postgres
fb08c3d5d9081350f8bc4f9de40d7a31f014c3e1c83382bcc9868eff84a42116

$ docker run --link db:db -i -t postgres psql -h db -U postgres
psql (9.3.5)
Type "help" for help.

postgres=# \l
                             List of databases
   Name    |  Owner   | Encoding  | Collate | Ctype |   Access privileges
-----------+----------+-----------+---------+-------+-----------------------
 postgres  | postgres | SQL_ASCII | C       | C     |
 template0 | postgres | SQL_ASCII | C       | C     | =c/postgres          +
           |          |           |         |       | postgres=CTc/postgres
 template1 | postgres | SQL_ASCII | C       | C     | =c/postgres          +
           |          |           |         |       | postgres=CTc/postgres
(3 rows)

Personally, I'd rather it were UTF-8. Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions