From: Robert Haas Date: Mon, 28 Mar 2011 01:28:15 +0000 (-0400) Subject: Correct "characters" to "bytes" in createdb docs. X-Git-Tag: REL9_0_4~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a88af0425fc5954dd8e8396d17ec0dbc2d55f5a;p=postgresql Correct "characters" to "bytes" in createdb docs. Susanne Ebrecht --- diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 8adbd6ebf6..411e96e9ee 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -242,7 +242,7 @@ createdb: database creation failed: ERROR: permission denied to create database You can also create databases with other names. PostgreSQL allows you to create any number of databases at a given site. Database names must have an - alphabetic first character and are limited to 63 characters in + alphabetic first character and are limited to 63 bytes in length. A convenient choice is to create a database with the same name as your current user name. Many tools assume that database name as the default, so it can save you some typing. To create