John DeSoi <desoi@xxxxxxxxxx> writes: > ... But it is unclear to me what happens when > the user or database name has non-ascii characters. The client > encoding is not established until after authentication. No encoding conversion will happen on those names. If you consistently use the same encoding in all clients as in the database, there's no problem in using non-ASCII user or DB names. If not, I'd recommend sticking to ASCII. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general