aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-03-27 21:28:15 -0400
committerRobert Haas <rhaas@postgresql.org>2011-03-27 21:28:15 -0400
commitde32982242416ca0c78f8e8de4e4cd44af170bda (patch)
tree89e2d95c0f6204e2e4b379204a70bc9a84a7007b /doc/src
parent7b66e2c086b1a24d8adad52842725db8c0499e02 (diff)
downloadpostgresql-de32982242416ca0c78f8e8de4e4cd44af170bda.tar.gz
postgresql-de32982242416ca0c78f8e8de4e4cd44af170bda.zip
Correct "characters" to "bytes" in createdb docs.
Susanne Ebrecht
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/start.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 766dd7ea617..4275bf83a0f 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.
<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