On Sun, Mar 27, 2011 at 6:41 AM, Susanne Ebrecht <[email protected]> wrote: > Hello, > > During translating the docs I found the following sentence > in the tutorial section about createdb: > > "Database names must have an alphabetic first character > and are limited to 63 characters" > > I wondered - really characters? shouldn't it be bytes? > > I just tested - creating a database by using German umlauts > let me get sure - it are bytes not characters. > > Here is the patch with the correction - I just changed the word > characters into bytes.
Committed and back-patched all the way. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
