diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-03-27 21:28:15 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-03-27 21:29:32 -0400 |
commit | 93acf043b252b8f03cc573f70af39597019cd918 (patch) | |
tree | a739f7c9e18f7fba9381f50e08f3e9b4d6bcdbf7 | |
parent | 63fe94d1652a376bdd698d7ad68477e66640e246 (diff) |
Correct "characters" to "bytes" in createdb docs.
Susanne Ebrecht
-rw-r--r-- | doc/src/sgml/start.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 0b4d8cf0cf1..026e98e24bb 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -246,7 +246,7 @@ createdb: database creation failed: ERROR: permission denied to create database You can also create databases with other names. <productname>PostgreSQL</productname> 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 |