1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Correct "characters" to "bytes" in createdb docs.

Susanne Ebrecht
This commit is contained in:
Robert Haas
2011-03-27 21:28:15 -04:00
parent 03c7733720
commit 3a88af0425

View File

@ -242,7 +242,7 @@ createdb: database creation failed: ERROR: permission denied to create database
You can also create databases with other names. You can also create databases with other names.
<productname>PostgreSQL</productname> allows you to create any <productname>PostgreSQL</productname> allows you to create any
number of databases at a given site. Database names must have an 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 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 your current user name. Many tools assume that database
name as the default, so it can save you some typing. To create name as the default, so it can save you some typing. To create